summaryrefslogtreecommitdiff
path: root/src/libw32dll
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-04-24 15:47:32 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-04-24 15:47:32 +0000
commit1cc52e26e9d712583e2c1ea23ee5bfbb87e25255 (patch)
treebd398cdf464a4aa45c26a6750886f626b60f596d /src/libw32dll
parentdbd6a0cfee0d90385cccbf7e6a6d28534918b8a0 (diff)
downloadxine-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.am10
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