Add support for flac metatag reading and playback on win32.

This commit is contained in:
Ron Pedde
2006-05-28 06:36:28 +00:00
parent 89b6af89b3
commit e7d04dbd6b
3 changed files with 14 additions and 6 deletions

View File

@@ -120,6 +120,7 @@ Section "MainSection" SEC01
File "${DLL_SOURCE}\avutil.dll"
File "${DLL_SOURCE}\avcodec.dll"
File "${DLL_SOURCE}\avformat.dll"
File "${DLL_SOURCE}\libFLAC.dll"
SetOutPath "$2\plugins"
File "${MTD_SOURCE}\rsp.dll"
@@ -409,6 +410,7 @@ Section Uninstall
Delete "$INSTDIR\avutil.dll"
Delete "$INSTDIR\avcodec.dll"
Delete "$INSTDIR\avformat.dll"
Delete "$INSTDIR\libFLAC.dll"
Delete "$INSTDIR\plugins\rsp.dll"
Delete "$INSTDIR\plugins\w32-event.dll"
Delete "$INSTDIR\plugins\ssc-ffmpeg.dll"