[vlc-devel] [PATCH 3/3] omxil: Simplify the definition of SOURCES_iomx
Martin Storsjö
martin at martin.st
Thu Sep 29 10:33:44 CEST 2011
---
modules/codec/omxil/Modules.am | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/modules/codec/omxil/Modules.am b/modules/codec/omxil/Modules.am
index 4362340..74da5b7 100644
--- a/modules/codec/omxil/Modules.am
+++ b/modules/codec/omxil/Modules.am
@@ -4,6 +4,4 @@ SOURCES_omxil = omxil.c utils.c omxil.h omxil_utils.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
+SOURCES_iomx = $(SOURCES_omxil) iomx.cpp iomx.h
--
1.7.2.5
More information about the vlc-devel
mailing list