From a80963219838c5a37366231b173f0712476f165b Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sat, 28 Nov 2009 21:21:14 +0100 Subject: [PATCH 1/1] Fix warning when compiling with FRSH --- libavformat/allformats.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2