diff options
| author | František Dvořák <valtri@users.sourceforge.net> | 2003-12-26 18:37:58 +0000 |
|---|---|---|
| committer | František Dvořák <valtri@users.sourceforge.net> | 2003-12-26 18:37:58 +0000 |
| commit | b591eb0a1886757e521a6d2ffe78bcb149397c55 (patch) | |
| tree | 9794f58cf17b965a7e205cfe17663bd52854c580 /win32/xineplug_vo_out_directx.dsp | |
| parent | d52f151b187a050797a0fd4d5f8ca8653fb9c3c6 (diff) | |
| download | xine-lib-b591eb0a1886757e521a6d2ffe78bcb149397c55.tar.gz xine-lib-b591eb0a1886757e521a6d2ffe78bcb149397c55.tar.bz2 | |
Win32 mega update:
- external ffmpeg (with some patches) built by MINGW works, wow!
- cleanups (only one definition file for all plugins)
- working release build target
Notes to hybrid MINGW/MSVC build:
- CVS version of ffmpeg is compiled by MINGW (small patch for compilation
ffmpeg under MINGW, second for disabling flush because it crashes under
windows)
- libxine + xineui compiled by MSVC, additional patch into header files
of ffmpeg is needed - export all data with '__declspec(dllimport)'
CVS patchset: 5951
CVS date: 2003/12/26 18:37:58
Diffstat (limited to 'win32/xineplug_vo_out_directx.dsp')
| -rw-r--r-- | win32/xineplug_vo_out_directx.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/xineplug_vo_out_directx.dsp b/win32/xineplug_vo_out_directx.dsp index 184b57758..240850b30 100644 --- a/win32/xineplug_vo_out_directx.dsp +++ b/win32/xineplug_vo_out_directx.dsp @@ -44,7 +44,7 @@ RSC=rc.exe # PROP Target_Dir ""
LIB32=link.exe
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XINEPLUG_VO_OUT_DIRECTX_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /O2 /I "include" /I "../src" /I "../src/xine-engine" /I "../src/xine-utils" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XINEPLUG_VO_OUT_DIRECTX_EXPORTS" /D "XINE_COMPILE" /FR /YX /FD /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I ".." /I "../.." /I "include" /I "contrib/pthreads" /I "contrib/timer" /I "../include" /I "../../include" /I "../src" /I "../src/xine-engine" /I "../src/xine-utils" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XINEPLUG_VO_OUT_DIRECTX_EXPORTS" /D "XINE_COMPILE" /FR /YX /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG"
@@ -110,7 +110,7 @@ SOURCE=..\src\video_out\yuv2rgb.c # PROP Default_Filter ""
# Begin Source File
-SOURCE=.\xineplug_vo_out.def
+SOURCE=.\xine_plugin.def
# End Source File
# End Group
# End Target
|
