diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-06-10 20:46:25 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-06-10 20:46:25 +0000 |
commit | 84d40e3a7d861e79224191d11c04bc615979b640 (patch) | |
tree | 731706a1fbfd274ac7da62d8230df188a0884b04 | |
parent | af73e931e3667e99ddb0b76b0b60c33f33acc054 (diff) | |
download | xine-lib-84d40e3a7d861e79224191d11c04bc615979b640.tar.gz xine-lib-84d40e3a7d861e79224191d11c04bc615979b640.tar.bz2 |
flac.c is in the SOURCES now, no need to EXTRA_DIST it
CVS patchset: 6669
CVS date: 2004/06/10 20:46:25
-rw-r--r-- | src/libffmpeg/libavcodec/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/Makefile.am b/src/libffmpeg/libavcodec/Makefile.am index f097127cb..ca7d42514 100644 --- a/src/libffmpeg/libavcodec/Makefile.am +++ b/src/libffmpeg/libavcodec/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = armv4l i386 mlib alpha ppc sparc libpostproc # some of ffmpeg's decoders are not used by xine yet EXTRA_DIST = motion_est_template.c imgresample.c \ - cljr.c fdctref.c ffv1.c flac.c g726.c mdec.c raw.c svq3.c wmv2.c + cljr.c fdctref.c ffv1.c g726.c mdec.c raw.c svq3.c wmv2.c # we need to compile everything in debug mode, including the encoders, # otherwise we get unresolved symbols, because some unsatisfied function calls |