mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
common/m4/gst-x11.m4: Restore CFLAGS and LIBS.
Original commit message from CVS: * common/m4/gst-x11.m4: Restore CFLAGS and LIBS. * configure.ac: Revert previous patch.
This commit is contained in:
parent
2a8b70f736
commit
9fb6db067b
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
|||
2007-05-10 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* common/m4/gst-x11.m4:
|
||||
Restore CFLAGS and LIBS.
|
||||
|
||||
* configure.ac:
|
||||
Revert previous patch.
|
||||
|
||||
2007-05-10 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
Patch by: Ali Sabil <ali.sabil@gmail.com>
|
||||
|
|
|
@ -290,7 +290,6 @@ dnl OpenGL
|
|||
translit(dnm, m, l) AM_CONDITIONAL(USE_OPENGL, true)
|
||||
AG_GST_CHECK_X
|
||||
save_CPPFLAGS="$CPPFLAGS"
|
||||
save_CFLAGS="$CFLAGS"
|
||||
save_LIBS="$LIBS"
|
||||
CPPFLAGS="$CPPFLAGS $X_CFLAGS"
|
||||
LIBS="$LIBS $X_LIBS"
|
||||
|
@ -299,7 +298,6 @@ AG_GST_CHECK_FEATURE(OPENGL, [Open GL], glsink, [
|
|||
GL/gl.h, HAVE_OPENGL="yes", HAVE_OPENGL="no")
|
||||
])
|
||||
CPPFLAGS="$save_CPPFLAGS"
|
||||
CFLAGS="$save_CFLAGS"
|
||||
LIBS="$save_LIBS"
|
||||
|
||||
dnl Check for X11
|
||||
|
|
Loading…
Reference in a new issue