From f55e8b3ea8dfd05d26a69cf0b2c9b113e772ae97 Mon Sep 17 00:00:00 2001 From: Julien Isorce Date: Mon, 24 Mar 2014 12:10:00 +0000 Subject: [PATCH] gl: remove commented and unsued code in x11 Makefile.am https://bugzilla.gnome.org/show_bug.cgi?id=703343 --- gst-libs/gst/gl/x11/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gst-libs/gst/gl/x11/Makefile.am b/gst-libs/gst/gl/x11/Makefile.am index c8d9b69b6c..e575caee39 100644 --- a/gst-libs/gst/gl/x11/Makefile.am +++ b/gst-libs/gst/gl/x11/Makefile.am @@ -20,11 +20,6 @@ libgstgl_x11_la_SOURCES += gstglcontext_glx.c noinst_HEADERS += gstglcontext_glx.h endif -#if USE_EGL -#libgstgl_x11_la_SOURCES += gstglwindow_x11_egl.c -#noinst_HEADERS += gstglwindow_x11_egl.h -#endif - libgstgl_x11_la_CFLAGS = \ -I$(top_srcdir)/gst-libs \ -I$(top_builddir)/gst-libs \