diff options
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 |