From 90405b4611eec411de58f256bd15f39c9cddc6ac Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 26 Nov 2009 22:22:13 +0100 Subject: [PATCH] Fix compilation with FRSH --- streamer.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/streamer.c b/streamer.c index 9b7a8bf..bb7f091 100644 --- a/streamer.c +++ b/streamer.c @@ -24,11 +24,9 @@ #include #endif -#ifdef CONFIG_STREAMER_WITH_FRSH +#ifdef CONFIG_FFMPEG_WITH_FRSH #include -#endif -#ifdef CONFIG_STREAMER_WITH_FRSH /*temporrary solution to pass network parameters */ extern long int udp_budget, udp_period; #endif /*CONFIG_STREAMER_WITH_FRSH*/ -- 2.39.2