[vlc-devel] commit: Remove .ps from extensions registration. (Jean-Baptiste Kempf )

git version control git at videolan.org
Fri Sep 12 18:43:11 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Sep 12 09:45:43 2008 -0700| [4a02c9e36f126031abd44d664728eb5071a7921b] | committer: Jean-Baptiste Kempf 

Remove .ps from extensions registration.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4a02c9e36f126031abd44d664728eb5071a7921b
---

 extras/package/win32/vlc.win32.nsi.in             |    1 -
 modules/gui/qt4/components/simple_preferences.cpp |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in
index 8bbd78d..6c521cb 100644
--- a/extras/package/win32/vlc.win32.nsi.in
+++ b/extras/package/win32/vlc.win32.nsi.in
@@ -240,7 +240,6 @@ FunctionEnd
   !insertmacro ${_action} ".mts"
   !insertmacro ${_action} ".mxf"
   !insertmacro ${_action} ".ogm"
-  !insertmacro ${_action} ".ps"
   !insertmacro ${_action} ".ts"
   !insertmacro ${_action} ".vob"
   !insertmacro ${_action} ".wmv"
diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp
index 93bb189..87076b7 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -785,7 +785,7 @@ void SPrefsPanel::assoDialog()
     aTv( ".gxf" ); aTv( ".m1v" ); aTv( ".m2v" ); aTv( ".m2ts" ); aTv( ".m4v" );
     aTv( ".mkv" ); aTv( ".mov" ); aTv( ".mp2" ); aTv( ".mp4" ); aTv( ".mpeg" );
     aTv( ".mpeg1" ); aTv( ".mpeg2" ); aTv( ".mpeg4" ); aTv( ".mpg" );
-    aTv( ".mts" ); aTv( ".mxf" ); aTv( ".ogm" ); aTv( ".ps" ); aTv( ".ts" );
+    aTv( ".mts" ); aTv( ".mxf" ); aTv( ".ogm" ); aTv( ".ts" );
     aTv( ".vob" ); aTv( ".wmv" );
     videoType->setCheckState( 0, ( i_temp > 0 ) ?
                               ( ( i_temp == audioType->childCount() ) ?




More information about the vlc-devel mailing list