]> git.sesse.net Git - vlc/commitdiff
omxil: Simplify the definition of SOURCES_iomx
authorMartin Storsjö <martin@martin.st>
Thu, 29 Sep 2011 08:47:58 +0000 (11:47 +0300)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 29 Sep 2011 09:56:34 +0000 (11:56 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/codec/omxil/Modules.am

index 728954d853248251bb2cbb60e4d88fdade380468..8e1695c722ad93672b7ad0e6dca2c01be9f6feac 100644 (file)
@@ -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