From 1bd8ca7e4422dd34f18165b877276faa4f012dd8 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sun, 14 Oct 2001 13:45:49 +0000 Subject: Get rid of DivX4 checks. Add DivX4 plugin in spec file. Some adds in packages builds scripts. CVS patchset: 796 CVS date: 2001/10/14 13:45:49 --- src/libdivx4/Makefile.am | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src') diff --git a/src/libdivx4/Makefile.am b/src/libdivx4/Makefile.am index cd96de720..7cd8b7b56 100644 --- a/src/libdivx4/Makefile.am +++ b/src/libdivx4/Makefile.am @@ -8,15 +8,7 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic libdir = $(XINE_PLUGINDIR) -# -# use HAVE_DIVX4 to make compilation optional; -# not really needed because the divx4 plugin sources are self-contained. -# -#if HAVE_DIVX4 -divx4_module = xineplug_decode_divx4.la -#endif - -lib_LTLIBRARIES = $(divx4_module) +lib_LTLIBRARIES = xineplug_decode_divx4.la xineplug_decode_divx4_la_SOURCES = xine_decoder.c xineplug_decode_divx4_la_LDFLAGS = -avoid-version -module -- cgit v1.2.3