forked from Lainports/freebsd-ports
PR: 59410, 59522 Submitted by: Bartosz Fabianowski <bartosz@fabianowski.de>, Miguel Mendez <flynn@energyhq.es.eu.org> Approved by: portmgr (marcus)
39 lines
1.1 KiB
Text
39 lines
1.1 KiB
Text
--- src/liba52/Makefile.in.orig Sun Nov 9 11:41:01 2003
|
|
+++ src/liba52/Makefile.in Sun Nov 9 11:46:09 2003
|
|
@@ -255,25 +255,13 @@
|
|
lib_LTLIBRARIES = xineplug_decode_a52.la
|
|
|
|
xineplug_decode_a52_la_SOURCES = \
|
|
- bitstream.c \
|
|
- bit_allocate.c \
|
|
crc.c \
|
|
- downmix.c \
|
|
- imdct.c \
|
|
- parse.c \
|
|
xine_decoder.c
|
|
|
|
|
|
-xineplug_decode_a52_la_LIBADD = $(XINE_LIB)
|
|
+xineplug_decode_a52_la_LIBADD = $(XINE_LIB) -la52 -ldjbfft
|
|
xineplug_decode_a52_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
|
|
|
|
-noinst_HEADERS = \
|
|
- a52.h \
|
|
- a52_internal.h \
|
|
- bitstream.h \
|
|
- tables.h
|
|
-
|
|
-subdir = src/liba52
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|
|
CONFIG_CLEAN_FILES =
|
|
@@ -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 = crc.lo xine_decoder.lo
|
|
xineplug_decode_a52_la_OBJECTS = $(am_xineplug_decode_a52_la_OBJECTS)
|
|
|
|
DEFS = @DEFS@
|