From a38424f3be42a841aa9d64bd28b1c39e451a4699 Mon Sep 17 00:00:00 2001 From: Julien Date: Fri, 12 Sep 2008 01:13:50 +0200 Subject: [PATCH] [218/906] The CMake build now works on my Kubuntu-KDE4.1.1 --- gst-libs/gst/gl/CMakeLists.txt | 3 ++- gst/gl/Makefile.am | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gst-libs/gst/gl/CMakeLists.txt b/gst-libs/gst/gl/CMakeLists.txt index 6b34e47af5..bd7120e304 100644 --- a/gst-libs/gst/gl/CMakeLists.txt +++ b/gst-libs/gst/gl/CMakeLists.txt @@ -1,3 +1,4 @@ +#FIXME: generate config.h add_definitions(-DHAVE_CONFIG_H) include_directories(AFTER @@ -14,7 +15,7 @@ add_library (gstgl STATIC gstglbuffer.c gstglfilter.c gstglshader.c) - + target_link_libraries(gstgl general gstfreeglut general ${GLEW_LIBRARY} diff --git a/gst/gl/Makefile.am b/gst/gl/Makefile.am index 115100bc96..6c2c84864b 100644 --- a/gst/gl/Makefile.am +++ b/gst/gl/Makefile.am @@ -12,7 +12,7 @@ libgstopengl_la_SOURCES = \ gstglupload.h \ gstgldownload.c \ gstgldownload.h \ - gstglfilterblur.c \ + gstglfilterblur.c \ gstglfiltercube.c \ gstglfiltercube.h \ gstglfilterlaplacian.c \ @@ -21,8 +21,8 @@ libgstopengl_la_SOURCES = \ gstglfilterapp.h \ gstglcolorscale.c \ gstglcolorscale.h \ - gltestsrc.c \ - gltestsrc.h \ + gltestsrc.c \ + gltestsrc.h \ gstgltestsrc.c \ gstgltestsrc.h \ gstgleffects.c \