diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-06-22 00:20:12 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-06-22 00:20:12 +0000 |
commit | e484c8e649bd8dbd42da2d4641cd9250626afabf (patch) | |
tree | 8a4e332f8512343b6bdde5bea09cf8a7b428e908 /src/libffmpeg/libavcodec/Makefile.am | |
parent | 172a84d33e8d0f3f9c545eff32a222f0674c2609 (diff) | |
download | xine-lib-e484c8e649bd8dbd42da2d4641cd9250626afabf.tar.gz xine-lib-e484c8e649bd8dbd42da2d4641cd9250626afabf.tar.bz2 |
Fix missing files in tarball problem.
CVS patchset: 2123
CVS date: 2002/06/22 00:20:12
Diffstat (limited to 'src/libffmpeg/libavcodec/Makefile.am')
-rw-r--r-- | src/libffmpeg/libavcodec/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/Makefile.am b/src/libffmpeg/libavcodec/Makefile.am index 0fcae49fb..8e6a86555 100644 --- a/src/libffmpeg/libavcodec/Makefile.am +++ b/src/libffmpeg/libavcodec/Makefile.am @@ -2,7 +2,9 @@ ## Process this file with automake to produce Makefile.in ## -SUBDIRS = armv4l i386 mlib +SUBDIRS = armv4l i386 mlib alpha + +EXTRA_DIST = fdctref.c imgresample.c #CFLAGS = -D_FILE_OFFSET_BITS=64 @CFLAGS@ -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H |