mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Fix ac3 audio decoding breakage.
PR: 59410, 59522 Submitted by: Bartosz Fabianowski <bartosz@fabianowski.de>, Miguel Mendez <flynn@energyhq.es.eu.org> Approved by: portmgr (marcus)
This commit is contained in:
parent
d4cde22718
commit
7adf04504d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94795
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= xine
|
||||
PORTVERSION= 1.0.r2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -1,18 +1,16 @@
|
||||
--- src/liba52/Makefile.in.orig Sun Nov 9 11:41:01 2003
|
||||
+++ src/liba52/Makefile.in Sun Nov 9 11:46:09 2003
|
||||
@@ -254,26 +254,12 @@
|
||||
|
||||
@@ -255,25 +255,13 @@
|
||||
lib_LTLIBRARIES = xineplug_decode_a52.la
|
||||
|
||||
-xineplug_decode_a52_la_SOURCES = \
|
||||
xineplug_decode_a52_la_SOURCES = \
|
||||
- bitstream.c \
|
||||
- bit_allocate.c \
|
||||
- crc.c \
|
||||
crc.c \
|
||||
- downmix.c \
|
||||
- imdct.c \
|
||||
- parse.c \
|
||||
- xine_decoder.c
|
||||
+xineplug_decode_a52_la_SOURCES = xine_decoder.c
|
||||
xine_decoder.c
|
||||
|
||||
|
||||
-xineplug_decode_a52_la_LIBADD = $(XINE_LIB)
|
||||
@ -29,13 +27,13 @@
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
@@ -281,8 +267,7 @@
|
||||
@@ -281,8 +269,7 @@
|
||||
|
||||
xineplug_decode_a52_la_DEPENDENCIES = \
|
||||
$(top_builddir)/src/xine-engine/libxine.la
|
||||
-am_xineplug_decode_a52_la_OBJECTS = bitstream.lo bit_allocate.lo crc.lo \
|
||||
- downmix.lo imdct.lo parse.lo xine_decoder.lo
|
||||
+am_xineplug_decode_a52_la_OBJECTS = xine_decoder.lo
|
||||
+am_xineplug_decode_a52_la_OBJECTS = crc.lo xine_decoder.lo
|
||||
xineplug_decode_a52_la_OBJECTS = $(am_xineplug_decode_a52_la_OBJECTS)
|
||||
|
||||
DEFS = @DEFS@
|
||||
|
Loading…
Reference in New Issue
Block a user