[vlc-commits] omxil: Include h264_nal.h in the SOURCES of the omxil/iomx modules
Martin Storsjö
git at videolan.org
Thu Sep 29 10:25:28 CEST 2011
vlc | branch: master | Martin Storsjö <martin at martin.st> | Thu Sep 29 11:20:54 2011 +0300| [e4af462713587d458de6fc7caf5929c1f50821ec] | committer: Jean-Baptiste Kempf
omxil: Include h264_nal.h in the SOURCES of the omxil/iomx modules
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e4af462713587d458de6fc7caf5929c1f50821ec
---
modules/codec/omxil/Modules.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/codec/omxil/Modules.am b/modules/codec/omxil/Modules.am
index c25c890..728954d 100644
--- a/modules/codec/omxil/Modules.am
+++ b/modules/codec/omxil/Modules.am
@@ -1,8 +1,8 @@
SOURCES_omxil = omxil.c utils.c omxil.h omxil_utils.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
+ 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
+ OMX_Audio.h OMX_Index.h OMX_Other.h OMX_Video.h ../h264_nal.h
More information about the vlc-commits
mailing list