From 1985e17e4151d47a144032fc1db0e110a1728fc4 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Thu, 10 Jun 2010 14:34:10 +0000 Subject: [PATCH] Package the ffmpeg plugin to play wma files on XP --- dist/windows/clementine.nsi.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/windows/clementine.nsi.in b/dist/windows/clementine.nsi.in index de246c5d8..2409c6a7e 100644 --- a/dist/windows/clementine.nsi.in +++ b/dist/windows/clementine.nsi.in @@ -104,6 +104,7 @@ Section "Gstreamer plugins" gstreamer-plugins File "/oname=libgstdecodebin2.dll" "gstreamer-plugins\libgstdecodebin2.dll" File "/oname=libgstdirectsoundsink.dll" "gstreamer-plugins\libgstdirectsoundsink.dll" File "/oname=libgstfaad.dll" "gstreamer-plugins\libgstfaad.dll" + File "/oname=libgstffmpeg-gpl.dll" "gstreamer-plugins\libgstffmpeg-gpl.dll" File "/oname=libgstflac.dll" "gstreamer-plugins\libgstflac.dll" File "/oname=libgstgio.dll" "gstreamer-plugins\libgstgio.dll" File "/oname=libgsticydemux.dll" "gstreamer-plugins\libgsticydemux.dll" @@ -799,6 +800,7 @@ Section "Uninstall" Delete "$INSTDIR\gstreamer-plugins\libgstdecodebin2.dll" Delete "$INSTDIR\gstreamer-plugins\libgstdirectsoundsink.dll" Delete "$INSTDIR\gstreamer-plugins\libgstfaad.dll" + Delete "$INSTDIR\gstreamer-plugins\libgstffmpeg-gpl.dll" Delete "$INSTDIR\gstreamer-plugins\libgstflac.dll" Delete "$INSTDIR\gstreamer-plugins\libgstgio.dll" Delete "$INSTDIR\gstreamer-plugins\libgsticydemux.dll"