summaryrefslogtreecommitdiff
path: root/gst-libs/gst/codecparsers/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/codecparsers/Makefile.am')
-rw-r--r--gst-libs/gst/codecparsers/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/codecparsers/Makefile.am b/gst-libs/gst/codecparsers/Makefile.am
index e29024a5a..be45840d0 100644
--- a/gst-libs/gst/codecparsers/Makefile.am
+++ b/gst-libs/gst/codecparsers/Makefile.am
@@ -2,13 +2,13 @@ lib_LTLIBRARIES = libgstcodecparsers-@GST_API_VERSION@.la
libgstcodecparsers_@GST_API_VERSION@_la_SOURCES = \
gstmpegvideoparser.c gsth264parser.c gstvc1parser.c gstmpeg4parser.c gsth265parser.c \
- parserutils.c \
+ parserutils.c nalutils.c \
gstmpegvideometa.c
libgstcodecparsers_@GST_API_VERSION@includedir = \
$(includedir)/gstreamer-@GST_API_VERSION@/gst/codecparsers
-noinst_HEADERS = parserutils.h
+noinst_HEADERS = parserutils.h nalutils.h
libgstcodecparsers_@GST_API_VERSION@include_HEADERS = \
gstmpegvideoparser.h gsth264parser.h gstvc1parser.h gstmpeg4parser.h gsth265parser.h \