]> git.sesse.net Git - vlc/commitdiff
omxil: Include h264_nal.h in the SOURCES of the omxil/iomx modules
authorMartin Storsjö <martin@martin.st>
Thu, 29 Sep 2011 08:20:54 +0000 (11:20 +0300)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 29 Sep 2011 08:25:23 +0000 (10:25 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/codec/omxil/Modules.am

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