diff options
author | montellese <montellese@xbmc.org> | 2013-10-09 23:26:57 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2013-10-09 23:26:57 +0200 |
commit | 1ad1591f437fa492475b006d8c2ab4afaa09508d (patch) | |
tree | 8c1240a0099713227d21db29040b316de1aac5d1 /.gitignore | |
parent | c3ff40f693d0bc07de0785581b52710bc83e7c4e (diff) |
[win32] update .gitignore with new ffmpeg-related DLLs
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 51097428ea..3c805ee2fd 100644 --- a/.gitignore +++ b/.gitignore @@ -419,6 +419,11 @@ lib/cmyth/Makefile /system/players/dvdplayer/libdvdnav.dll /system/players/dvdplayer/libexpat-1.dll /system/players/dvdplayer/libfontconfig-1.dll +/system/players/dvdplayer/libgmp-10.dll +/system/players/dvdplayer/libgnutls-28.dll +/system/players/dvdplayer/libhogweed-2-5.dll +/system/players/dvdplayer/libnettle-4-7.dll +/system/players/dvdplayer/libp11-kit-0.dll /system/players/dvdplayer/librtmp.dll /system/players/dvdplayer/postproc-52.dll /system/players/dvdplayer/swresample-0.dll |