diff options
author | Mike Melanson <mike@multimedia.cx> | 2006-08-02 21:08:01 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2006-08-02 21:08:01 +0000 |
commit | c413fcf2bbc9657c7a1d968672b9fe36cb0c8bbb (patch) | |
tree | f1881ad0a1cc95c888ec5598232e3d0dbfd88c82 /src/libffmpeg | |
parent | 30f2e73a5b299c8dbcb2b1ecf255badaa6b6caab (diff) | |
download | xine-lib-c413fcf2bbc9657c7a1d968672b9fe36cb0c8bbb.tar.gz xine-lib-c413fcf2bbc9657c7a1d968672b9fe36cb0c8bbb.tar.bz2 |
disable building of Snow codec for now; it's still experimental and has trouble compiling cleanly without
configuring encoders
CVS patchset: 8155
CVS date: 2006/08/02 21:08:01
Diffstat (limited to 'src/libffmpeg')
-rw-r--r-- | src/libffmpeg/libavcodec/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libffmpeg/libavcodec/Makefile.am b/src/libffmpeg/libavcodec/Makefile.am index 49e8f3b33..bf98dd7ca 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 \ - adx.c cljr.c fdctref.c ffv1.c g726.c jpeg_ls.c mdec.c raw.c svq3.c wmv2.c + adx.c cljr.c fdctref.c ffv1.c g726.c jpeg_ls.c mdec.c raw.c snow.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 @@ -94,7 +94,6 @@ libavcodec_la_SOURCES = \ simple_idct.c \ smacker.c \ smc.c \ - snow.c \ svq1.c \ tscc.c \ truemotion1.c \ |