From 09a2e195121464ef15eaddc424eb9864192fb4ce Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 13 Jul 2009 12:08:11 +0100 Subject: [PATCH] [356/906] build: Fix typo: gstglbumber.h -> gstglbumper.h --- gst/gl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gl/Makefile.am b/gst/gl/Makefile.am index 6f1f3017e6..be2a7fdd55 100644 --- a/gst/gl/Makefile.am +++ b/gst/gl/Makefile.am @@ -11,7 +11,7 @@ libgstopengl_la_SOURCES = \ gstglupload.c \ gstglupload.h \ gstglbumper.c \ - gstglbumber.h \ + gstglbumper.h \ gstgldownload.c \ gstgldownload.h \ gstglfilterblur.c \