diff options
author | jstebbins <[email protected]> | 2008-11-24 00:30:27 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-11-24 00:30:27 +0000 |
commit | f220f6aae2360564e9fd307a4905336b8ceebe4e (patch) | |
tree | 24f0c5216d6c2c71c38bbaabfe025c8510d4b554 /gtk/configure.ac | |
parent | 8b085eff7b53cf7d23aa35e3f911dac0eeeb4967 (diff) |
LinGui: arg! missed a file
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1950 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/configure.ac')
-rw-r--r-- | gtk/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/configure.ac b/gtk/configure.ac index 6b051ebd3..76a39cc35 100644 --- a/gtk/configure.ac +++ b/gtk/configure.ac @@ -70,7 +70,7 @@ PKG_CHECK_MODULES(GHBTOOLS, [glib-2.0 gobject-2.0 gdk-pixbuf-2.0]) AC_SUBST(GHBTOOLS_CFLAGS) AC_SUBST(GHBTOOLS_LIBS) -PKG_CHECK_MODULES(GHB, [gtk+-2.0 >= 2.8 gio-2.0 hal hal-storage libgtkhtml-3.14]) +PKG_CHECK_MODULES(GHB, [gtk+-2.0 >= 2.8 gthread-2.0 gstreamer-0.10 gstreamer-interfaces-0.10 gstreamer-video-0.10 gstreamer-pbutils-0.10 gio-2.0 hal hal-storage libgtkhtml-3.14]) AC_SUBST(GHB_CFLAGS) AC_SUBST(GHB_LIBS) |