mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
[218/906] The CMake build now works on my Kubuntu-KDE4.1.1
This commit is contained in:
parent
fde783262f
commit
a38424f3be
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
#FIXME: generate config.h
|
||||||
add_definitions(-DHAVE_CONFIG_H)
|
add_definitions(-DHAVE_CONFIG_H)
|
||||||
|
|
||||||
include_directories(AFTER
|
include_directories(AFTER
|
||||||
|
@ -14,7 +15,7 @@ add_library (gstgl STATIC
|
||||||
gstglbuffer.c
|
gstglbuffer.c
|
||||||
gstglfilter.c
|
gstglfilter.c
|
||||||
gstglshader.c)
|
gstglshader.c)
|
||||||
|
|
||||||
target_link_libraries(gstgl
|
target_link_libraries(gstgl
|
||||||
general gstfreeglut
|
general gstfreeglut
|
||||||
general ${GLEW_LIBRARY}
|
general ${GLEW_LIBRARY}
|
||||||
|
|
|
@ -12,7 +12,7 @@ libgstopengl_la_SOURCES = \
|
||||||
gstglupload.h \
|
gstglupload.h \
|
||||||
gstgldownload.c \
|
gstgldownload.c \
|
||||||
gstgldownload.h \
|
gstgldownload.h \
|
||||||
gstglfilterblur.c \
|
gstglfilterblur.c \
|
||||||
gstglfiltercube.c \
|
gstglfiltercube.c \
|
||||||
gstglfiltercube.h \
|
gstglfiltercube.h \
|
||||||
gstglfilterlaplacian.c \
|
gstglfilterlaplacian.c \
|
||||||
|
@ -21,8 +21,8 @@ libgstopengl_la_SOURCES = \
|
||||||
gstglfilterapp.h \
|
gstglfilterapp.h \
|
||||||
gstglcolorscale.c \
|
gstglcolorscale.c \
|
||||||
gstglcolorscale.h \
|
gstglcolorscale.h \
|
||||||
gltestsrc.c \
|
gltestsrc.c \
|
||||||
gltestsrc.h \
|
gltestsrc.h \
|
||||||
gstgltestsrc.c \
|
gstgltestsrc.c \
|
||||||
gstgltestsrc.h \
|
gstgltestsrc.h \
|
||||||
gstgleffects.c \
|
gstgleffects.c \
|
||||||
|
|
Loading…
Reference in a new issue