forked from Lainports/freebsd-ports
o use ports libraries instead of internal versions: liba52 and ffmpeg o support for both vorbis and ogg o WITH_CSS: plugin for css processing o add WWW tag to DESCR Reviewed by: MAINTAINER, freebsd-multimedia
18 lines
565 B
Text
18 lines
565 B
Text
--- src/liba52/Makefile.am.orig Fri Oct 19 16:55:18 2001
|
|
+++ src/liba52/Makefile.am Fri Oct 19 16:57:31 2001
|
|
@@ -8,13 +8,9 @@
|
|
|
|
lib_LTLIBRARIES = xineplug_decode_a52.la
|
|
|
|
-xineplug_decode_a52_la_SOURCES = bitstream.c bit_allocate.c \
|
|
- parse.c downmix.c imdct.c imdct_mlib.c \
|
|
- xine_decoder.c
|
|
+xineplug_decode_a52_la_SOURCES = xine_decoder.c
|
|
+xineplug_decode_a52_la_LIBADD = -la52
|
|
xineplug_decode_a52_la_LDFLAGS = -avoid-version -module
|
|
-
|
|
-noinst_HEADERS = a52.h a52_internal.h \
|
|
- bitstream.h tables.h
|
|
|
|
##
|
|
## Install header files (default=$includedir/xine)
|