diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-10-14 13:45:49 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-10-14 13:45:49 +0000 |
commit | 1bd8ca7e4422dd34f18165b877276faa4f012dd8 (patch) | |
tree | 48ca0d7d8cd574888a292cc809ad9ef0caff08e8 /src | |
parent | 037828a7e126246e93ad07dd27e6a44c7d39a5a4 (diff) | |
download | xine-lib-1bd8ca7e4422dd34f18165b877276faa4f012dd8.tar.gz xine-lib-1bd8ca7e4422dd34f18165b877276faa4f012dd8.tar.bz2 |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/libdivx4/Makefile.am | 10 |
1 files changed, 1 insertions, 9 deletions
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 |