[vlc-devel] [PATCH 2/3] omxil: Avoid warnings about unused parameters in the IOMX C++ file
Martin Storsjö
martin at martin.st
Thu Sep 29 10:33:43 CEST 2011
---
modules/codec/omxil/Modules.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/codec/omxil/Modules.am b/modules/codec/omxil/Modules.am
index 728954d..4362340 100644
--- a/modules/codec/omxil/Modules.am
+++ b/modules/codec/omxil/Modules.am
@@ -3,6 +3,7 @@ SOURCES_omxil = omxil.c utils.c omxil.h omxil_utils.h \
OMX_Audio.h OMX_Index.h OMX_Other.h OMX_Video.h ../h264_nal.h
CPPFLAGS_iomx = -DUSE_IOMX
+CXXFLAGS_iomx += -Wno-unused-parameter
SOURCES_iomx = omxil.c utils.c iomx.cpp omxil.h omxil_utils.h iomx.h \
OMX_Component.h OMX_Core.h OMX_Image.h OMX_IVCommon.h OMX_Types.h \
OMX_Audio.h OMX_Index.h OMX_Other.h OMX_Video.h ../h264_nal.h
--
1.7.2.5
More information about the vlc-devel
mailing list