From 2a540a087874c3c02cc910b7149401e4012c0014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Forysiuk?= Date: Sat, 14 Apr 2012 23:58:05 +0200 Subject: [PATCH] Include gstreamer-0.10 files with Win32 build --- win32/makedist/makedist.midori | 3 +++ 1 file changed, 3 insertions(+) diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori index 6c79e960..785a7ca5 100755 --- a/win32/makedist/makedist.midori +++ b/win32/makedist/makedist.midori @@ -103,6 +103,7 @@ pushd $root_dir/bin > /dev/null dll_recursive midori*.exe gspawn-*-helper*.exe libhunspell*.dll > $temp_dir/midori.exe.lst dll_recursive ../lib/gio/modules/*.dll >> $temp_dir/midori.exe.lst dll_recursive iconv.dll >> $temp_dir/midori.exe.lst +dll_recursive ../lib/gstreamer-0.10/*.dll >> $temp_dir/midori.exe.lst if [ "$DEBUG_BUILD" != "" ]; then dll_recursive gdb.exe GtkLauncher.exe >> $temp_dir/midori.exe.lst @@ -146,6 +147,8 @@ grab_files lib gio # Fedora ships on-demand pango modules, check just in case grab_files lib pango +grab_files lib gstreamer-0.10 + echo -n . # copy share