diff 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
line wrap: on
line diff
--- a/h264.c	Wed Jan 07 22:54:59 2009 +0000
+++ b/h264.c	Wed Jan 07 23:03:04 2009 +0000
@@ -8036,4 +8036,6 @@
 };
 #endif
 
+#ifdef CONFIG_SVQ3_DECODER
 #include "svq3.c"
+#endif