diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2003-01-31 01:20:24 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2003-01-31 01:20:24 +0000 |
commit | 56a80d09d34037ab8ba07e67e4dc7184fff94656 (patch) | |
tree | 1549ed42ed8254747876c1495d50878224158b69 /src/libxinevdec | |
parent | e0d3c2d0b9b0facb06cfa3d42afb17778220dc67 (diff) | |
download | xine-lib-56a80d09d34037ab8ba07e67e4dc7184fff94656.tar.gz xine-lib-56a80d09d34037ab8ba07e67e4dc7184fff94656.tar.bz2 |
- Added debian into Makefile.am as a sub-directory rather than have the
makefile variable.
- Cleaned up Makefile.am (wine, goom, libxinevdec)
- Cleaned up compiler warnings (libfaad)
- Cleaned up header includes (libfaad, libdha)
CVS patchset: 4053
CVS date: 2003/01/31 01:20:24
Diffstat (limited to 'src/libxinevdec')
-rw-r--r-- | src/libxinevdec/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libxinevdec/Makefile.am b/src/libxinevdec/Makefile.am index 5e6e2e256..42ecddb8d 100644 --- a/src/libxinevdec/Makefile.am +++ b/src/libxinevdec/Makefile.am @@ -82,6 +82,10 @@ xineplug_decode_interplayvideo_la_SOURCES = interplayvideo.c xineplug_decode_interplayvideo_la_LIBADD = $(XINE_LIB) xineplug_decode_interplayvideo_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +#xineplug_decode_xan_la_SOURCES = xan/xan.c +#xineplug_decode_xan_la_LIBADD = $(XINE_LIB) +#xineplug_decode_xan_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ + xineplug_decode_yuv_frames_la_SOURCES = yuv_frames.c xineplug_decode_yuv_frames_la_LIBADD = $(XINE_LIB) xineplug_decode_yuv_frames_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ |