From c57a9e4ba9e267b9b370d4f6c61675504a69184d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 31 Jan 2011 17:45:19 +0000 Subject: [PATCH] videoparsers: dist h264parse.h, fixing make distcheck Spotted by Nathanael D. Noblet --- gst/videoparsers/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/videoparsers/Makefile.am b/gst/videoparsers/Makefile.am index 0ff15e7d42..171c7ce1f5 100644 --- a/gst/videoparsers/Makefile.am +++ b/gst/videoparsers/Makefile.am @@ -8,5 +8,5 @@ libgsth263parse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgsth263parse_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = gsth263parse.h h263parse.h \ - gsth264parse.h gsth264parse.h \ + gsth264parse.h gsth264parse.h h264parse.h \ gstbaseparse.h