[xiph-commits] r10758 - branches/oggdsf_new_demux/build/NSIS/Release

illiminable at svn.xiph.org illiminable at svn.xiph.org
Fri Jan 27 23:59:00 PST 2006


Author: illiminable
Date: 2006-01-27 23:58:54 -0800 (Fri, 27 Jan 2006)
New Revision: 10758

Modified:
   branches/oggdsf_new_demux/build/NSIS/Release/oggcodecs_release.nsi
Log:
* Include the correct demuxer

Modified: branches/oggdsf_new_demux/build/NSIS/Release/oggcodecs_release.nsi
===================================================================
--- branches/oggdsf_new_demux/build/NSIS/Release/oggcodecs_release.nsi	2006-01-28 03:20:59 UTC (rev 10757)
+++ branches/oggdsf_new_demux/build/NSIS/Release/oggcodecs_release.nsi	2006-01-28 07:58:54 UTC (rev 10758)
@@ -157,7 +157,7 @@
   File "${OGGCODECS_ROOT_DIR}\src\lib\codecs\flac\filters\dsfFLACDecoder\${OGGCODECS_CONFIG_PATH}\dsfFLACDecoder.dll"
   File "${OGGCODECS_ROOT_DIR}\src\lib\codecs\vorbis\filters\dsfVorbisDecoder\${OGGCODECS_CONFIG_PATH}\dsfVorbisDecoder.dll"
 
-  File "${OGGCODECS_ROOT_DIR}\src\lib\core\directshow\dsfOggDemux\${OGGCODECS_CONFIG_PATH}\dsfOggDemux.dll"
+  File "${OGGCODECS_ROOT_DIR}\src\lib\core\directshow\dsfOggDemux2\${OGGCODECS_CONFIG_PATH}\dsfOggDemux2.dll"
   File "${OGGCODECS_ROOT_DIR}\src\lib\core\directshow\dsfOggMux\${OGGCODECS_CONFIG_PATH}\dsfOggMux.dll"
 
   ; File "${OGGCODECS_ROOT_DIR}\src\lib\core\directshow\dsfSeeking\${OGGCODECS_CONFIG_PATH}\dsfSeeking.dll"
@@ -182,7 +182,7 @@
   ExecWait 'regsvr32 "/s" "$INSTDIR\dsfFLACDecoder.dll"'
   ExecWait 'regsvr32 "/s" "$INSTDIR\dsfVorbisDecoder.dll"'
 
-  ExecWait 'regsvr32 "/s" "$INSTDIR\dsfOggDemux.dll"'
+  ExecWait 'regsvr32 "/s" "$INSTDIR\dsfOggDemux2.dll"'
   ExecWait 'regsvr32 "/s" "$INSTDIR\dsfOggMux.dll"'
 
   ExecWait 'regsvr32 "/s" "$INSTDIR\dsfCMMLDecoder.dll"'
@@ -726,7 +726,7 @@
 
   
   ; Unregister core ogg libraries
-  ExecWait 'regsvr32 "/s" "/u" "$INSTDIR\dsfOggDemux.dll"'
+  ExecWait 'regsvr32 "/s" "/u" "$INSTDIR\dsfOggDemux2.dll"'
   ExecWait 'regsvr32 "/s" "/u" "$INSTDIR\dsfOggMux.dll"'
 
 
@@ -863,7 +863,7 @@
 
   Delete "$INSTDIR\dsfSubtitleVMR9.dll"
   
-  Delete "$INSTDIR\dsfOggDemux.dll"
+  Delete "$INSTDIR\dsfOggDemux2.dll"
   Delete "$INSTDIR\dsfOggMux.dll"
 
   ; Delete "$INSTDIR\dsfSeeking.dll"



More information about the commits mailing list