diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-04-24 15:47:32 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-04-24 15:47:32 +0000 |
commit | 1cc52e26e9d712583e2c1ea23ee5bfbb87e25255 (patch) | |
tree | bd398cdf464a4aa45c26a6750886f626b60f596d /src/libw32dll | |
parent | dbd6a0cfee0d90385cccbf7e6a6d28534918b8a0 (diff) | |
download | xine-lib-1cc52e26e9d712583e2c1ea23ee5bfbb87e25255.tar.gz xine-lib-1cc52e26e9d712583e2c1ea23ee5bfbb87e25255.tar.bz2 |
fixed buffer.c and more cleanups
CVS patchset: 19
CVS date: 2001/04/24 15:47:32
Diffstat (limited to 'src/libw32dll')
-rw-r--r-- | src/libw32dll/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libw32dll/Makefile.am b/src/libw32dll/Makefile.am index 80f1329ae..a825428c0 100644 --- a/src/libw32dll/Makefile.am +++ b/src/libw32dll/Makefile.am @@ -9,7 +9,7 @@ CFLAGS = -I wine -fno-omit-frame-pointer \ SUBDIRS = wine if HAVE_W32DLL -w32dll_codec = xineplug_codec_w32dll.la +w32dll_codec = xineplug_decode_w32dll.la endif LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic @@ -19,15 +19,15 @@ libdir = $(XINE_PLUGINDIR) ## # IMPORTANT: # --------- -# All of xine codecs should be named like the scheme "xineplug_codec_" +# All of xine codecs should be named like the scheme "xineplug_decode_" # lib_LTLIBRARIES = $(w32dll_codec) -xineplug_codec_w32dll_la_SOURCES = afl.c elfdll.c module.c \ +xineplug_decode_w32dll_la_SOURCES = afl.c elfdll.c module.c \ pe_resource.c resource.c win32.c driver.c ext.c \ pe_image.c registry.c vfl.c ##FIXME: w32codec.c -xineplug_codec_w32dll_la_LDFLAGS = -avoid-version -module -xineplug_codec_w32dll_la_LIBADD = stubs.lo +xineplug_decode_w32dll_la_LDFLAGS = -avoid-version -module +xineplug_decode_w32dll_la_LIBADD = stubs.lo noinst_HEADERS = loader.h registry.h win32.h wineacm.h w32codec.h |