[vlc-commits] omxil: Simplify the definition of SOURCES_iomx

Martin Storsjö git at videolan.org
Thu Sep 29 11:56:59 CEST 2011


vlc | branch: master | Martin Storsjö <martin at martin.st> | Thu Sep 29 11:47:58 2011 +0300| [a365398635739e3f99459205d69e9f868f0162dc] | committer: Jean-Baptiste Kempf

omxil: Simplify the definition of SOURCES_iomx

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a365398635739e3f99459205d69e9f868f0162dc
---

 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 728954d..8e1695c 100644
--- a/modules/codec/omxil/Modules.am
+++ b/modules/codec/omxil/Modules.am
@@ -3,6 +3,4 @@ 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
-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



More information about the vlc-commits mailing list