comparison h264.c @ 8551:bf580075909f libavcodec

Only #include svq3.c if the SVQ3 decoder is enabled.
author diego
date Wed, 07 Jan 2009 23:03:04 +0000
parents 2cc3cf7b09b1
children 13d14e77e91a
comparison
equal deleted inserted replaced
8550:d2db1ca608ff 8551:bf580075909f
8034 .flush= flush_dpb, 8034 .flush= flush_dpb,
8035 .long_name = NULL_IF_CONFIG_SMALL("H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (VDPAU acceleration)"), 8035 .long_name = NULL_IF_CONFIG_SMALL("H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (VDPAU acceleration)"),
8036 }; 8036 };
8037 #endif 8037 #endif
8038 8038
8039 #ifdef CONFIG_SVQ3_DECODER
8039 #include "svq3.c" 8040 #include "svq3.c"
8041 #endif