From 48bea6b3eabfb96386c3c4cf5a8bc15034f6b8d5 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Mon, 17 Aug 2009 15:48:09 +0100 Subject: [PATCH] [370/906] Add missing header file to Makefile.am and update spec file to actually be for this package --- gst/gl/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/gl/Makefile.am b/gst/gl/Makefile.am index 993f8d7ff1..159fdb8d4d 100644 --- a/gst/gl/Makefile.am +++ b/gst/gl/Makefile.am @@ -39,6 +39,7 @@ libgstopengl_la_SOURCES = \ gstgltestsrc.h \ gstgleffects.c \ gstgleffects.h \ + gstgloverlay.h \ effects/gstgleffectssources.c \ effects/gstgleffectssources.h \ effects/gstgleffectscurves.h \