Commit a3653986 authored by Martin Storsjö's avatar Martin Storsjö Committed by Jean-Baptiste Kempf

omxil: Simplify the definition of SOURCES_iomx

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 212c3918
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment