forked from pool/libquicktime
28 lines
642 B
Diff
28 lines
642 B
Diff
|
Index: configure.ac
|
||
|
===================================================================
|
||
|
--- configure.ac.orig
|
||
|
+++ configure.ac
|
||
|
@@ -398,7 +398,8 @@ AM_CONDITIONAL(HAVE_GTK, test x$have_gtk
|
||
|
AC_SUBST(GTK_REQUIRED)
|
||
|
|
||
|
dnl Always be in sync with the newest gtk
|
||
|
-GTK_CFLAGS="$GTK_CFLAGS -DGTK_DISABLE_DEPRECATED"
|
||
|
+dnl Ha ha! I thwart thee!
|
||
|
+GTK_CFLAGS="$GTK_CFLAGS"
|
||
|
|
||
|
dnl
|
||
|
dnl Check for libdv
|
||
|
Index: configure
|
||
|
===================================================================
|
||
|
--- configure.orig
|
||
|
+++ configure
|
||
|
@@ -15899,7 +15899,7 @@ fi
|
||
|
|
||
|
|
||
|
|
||
|
-GTK_CFLAGS="$GTK_CFLAGS -DGTK_DISABLE_DEPRECATED"
|
||
|
+GTK_CFLAGS="$GTK_CFLAGS"
|
||
|
|
||
|
|
||
|
have_libdv="false"
|