summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-11-05 18:57:58 +0000
committerjstebbins <[email protected]>2009-11-05 18:57:58 +0000
commit0222e6cc50b30602cc419cb0c6dbc2e8385cc835 (patch)
tree90609788da903eead596e7f334f2d0f5d58eb846 /gtk
parent795ca38df426e66bee835f59b5299ba65ccb5506 (diff)
LinGui: fix library list for mingw with gstreamer enabled
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2914 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-rw-r--r--gtk/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/configure.ac b/gtk/configure.ac
index 24f2f94c2..0a1b2517d 100644
--- a/gtk/configure.ac
+++ b/gtk/configure.ac
@@ -69,7 +69,7 @@ AM_PROG_LIBTOOL
case $host in
*-*-mingw*)
if test "x$w32_gst" = "xyes" ; then
- GHB_PACKAGES="gtk+-2.0 >= 2.10 gthread-2.0 gstreamer-0.10 gstreamer-interfaces-0.10 gstreamer-video-0.10 gstreamer-pbutils-0.10 gio-2.0 hal hal-storage"
+ GHB_PACKAGES="gtk+-2.0 >= 2.10 gthread-2.0 gstreamer-0.10 gstreamer-interfaces-0.10 gstreamer-video-0.10 gstreamer-pbutils-0.10 gio-2.0"
else
GHB_PACKAGES="gtk+-2.0 >= 2.10 gthread-2.0 gio-2.0"
fi