1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

Move H.263 parser to its own file.

Originally committed as revision 8934 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2007-05-08 08:52:38 +00:00
parent 912f314854
commit c33d98141d
5 changed files with 117 additions and 70 deletions

1
configure vendored
View File

@@ -676,6 +676,7 @@ CMDLINE_SELECT="
dxa_decoder_deps="zlib"
flashsv_decoder_deps="zlib"
flashsv_encoder_deps="zlib"
h263_decoder_deps="h263_parser"
mpeg_xvmc_decoder_deps="xvmc"
png_decoder_deps="zlib"
png_encoder_deps="zlib"