From 059db40a4e5a287ec298c8ba304257f2613f447b Mon Sep 17 00:00:00 2001 From: funman Date: Wed, 14 Jul 2010 20:19:57 +0000 Subject: [PATCH] wmapro: silence some warnings related to function prototypes unused in rockbox git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27421 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libwmapro/avcodec.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/codecs/libwmapro/avcodec.h b/apps/codecs/libwmapro/avcodec.h index da67b32fa..8812d409e 100644 --- a/apps/codecs/libwmapro/avcodec.h +++ b/apps/codecs/libwmapro/avcodec.h @@ -47,6 +47,11 @@ #define AV_TIME_BASE 1000000 #define AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE} +/* some function declarations not used in rockbox use it */ +enum PixelFormat { + we_can_only_play_mpeg_video_anyway = -1 +}; + /** * Identifies the syntax and semantics of the bitstream. * The principle is roughly: -- 2.11.4.GIT