]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Fix warning when compiling with FRSH
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 28 Nov 2009 20:21:14 +0000 (21:21 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 28 Nov 2009 20:21:14 +0000 (21:21 +0100)
libavformat/allformats.c

index 17dc7fcf4e8988d86618b960118a39d62d137a5c..eb3f95418d779b7272c03be0f3808341bb78e7c4 100644 (file)
@@ -24,6 +24,7 @@
 
 #ifdef OMK_FOR_USER
 # include "libavformat_config.h"
+#undef CONFIG_FRSH_PROTOCOL
 # ifdef CONFIG_FFMPEG_WITH_FRSH
 #  define CONFIG_FRSH_PROTOCOL 1
 # else