diff options
author | WiSo <wiso@xbmc.org> | 2012-04-04 21:53:32 +0200 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2012-04-04 21:54:33 +0200 |
commit | db4d03221d93ac464fc2b1ba527cabf5a39a7c02 (patch) | |
tree | 6416cb9d86aae69dd2a0a5825f1e101125014349 /.gitignore | |
parent | 1d98e83c32cb2b0ce1610d36b2e432bd68107e2c (diff) |
[WIN32] changed: adapt .gitignore to new ffmpeg version
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index bcc33072c1..f8948a365f 100644 --- a/.gitignore +++ b/.gitignore @@ -373,11 +373,10 @@ lib/cmyth/Makefile /system/cdrip/vorbisenc.dll # /system/players/dvdplayer -/system/players/dvdplayer/avcodec-52.dll -/system/players/dvdplayer/avcore-0.dll -/system/players/dvdplayer/avformat-52.dll -/system/players/dvdplayer/avutil-50.dll -/system/players/dvdplayer/avfilter-1.dll +/system/players/dvdplayer/avcodec-53.dll +/system/players/dvdplayer/avfilter-2.dll +/system/players/dvdplayer/avformat-53.dll +/system/players/dvdplayer/avutil-51.dll /system/players/dvdplayer/freetype6.dll /system/players/dvdplayer/libass.dll /system/players/dvdplayer/libdvdcss-2.dll @@ -385,8 +384,9 @@ lib/cmyth/Makefile /system/players/dvdplayer/libexpat-1.dll /system/players/dvdplayer/libfontconfig-1.dll /system/players/dvdplayer/librtmp.dll -/system/players/dvdplayer/postproc-51.dll -/system/players/dvdplayer/swscale-0.dll +/system/players/dvdplayer/postproc-52.dll +/system/players/dvdplayer/swresample-0.dll +/system/players/dvdplayer/swscale-2.dll /system/players/dvdplayer/libbluray.dll /system/players/dvdplayer/libmpeg2-0.dll /system/players/dvdplayer/libmad.dll |