From: Michal Sojka Date: Sat, 28 Nov 2009 20:21:14 +0000 (+0100) Subject: Fix warning when compiling with FRSH X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/a80963219838c5a37366231b173f0712476f165b Fix warning when compiling with FRSH --- diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 17dc7fcf4..eb3f95418 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -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