diff options
author | Tim Champagne <tchamp@users.sourceforge.net> | 2003-05-16 15:07:35 +0000 |
---|---|---|
committer | Tim Champagne <tchamp@users.sourceforge.net> | 2003-05-16 15:07:35 +0000 |
commit | 19b954f40ce05dbb781810206de6ca38fa47eb76 (patch) | |
tree | b6be89f7b8a9acc651a5f4edcb07ce7631bdcc99 /win32/xineplug_dmx_mpeg_block.dsp | |
parent | 02d7b2575a8672138dd4f088bd829f5ae7383310 (diff) | |
download | xine-lib-19b954f40ce05dbb781810206de6ca38fa47eb76.tar.gz xine-lib-19b954f40ce05dbb781810206de6ca38fa47eb76.tar.bz2 |
Fix win32 build and start adding additional plugin support
CVS patchset: 4867
CVS date: 2003/05/16 15:07:35
Diffstat (limited to 'win32/xineplug_dmx_mpeg_block.dsp')
-rw-r--r-- | win32/xineplug_dmx_mpeg_block.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/xineplug_dmx_mpeg_block.dsp b/win32/xineplug_dmx_mpeg_block.dsp index 9fc694eb3..72d29f48b 100644 --- a/win32/xineplug_dmx_mpeg_block.dsp +++ b/win32/xineplug_dmx_mpeg_block.dsp @@ -71,7 +71,7 @@ LINK32=link.exe # PROP Target_Dir "" LIB32=link.exe # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XINEPLUG_DMX_MPEG_BLOCK_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "." /I ".." /I "include" /I "contrib/pthreads" /I "contrib/timer" /I "../include" /I "../src" /I "../src/xine-engine" /I "../src/xine-utils" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XINEPLUG_DMX_MPEG_BLOCK_EXPORTS" /D "XINE_COMPILE" /D "USE_ILL_ADVISED_ESTIMATE_RATE_INITIALLY" /D "ESTIMATE_RATE_FIXED" /FR /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "." /I ".." /I "include" /I "contrib/pthreads" /I "contrib/timer" /I "../include" /I "../src" /I "../src/xine-engine" /I "../src/xine-utils" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XINEPLUG_DMX_MPEG_BLOCK_EXPORTS" /D "XINE_COMPILE" /FR /YX /FD /GZ /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x409 /d "_DEBUG" |