diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2003-11-02 14:12:52 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2003-11-02 14:12:52 +0000 |
commit | 343ab585e64376b933bd396f01b2009285c30e87 (patch) | |
tree | 5a9aa910b9faecbd3acd4712c801f1b1dc27fedb /win32/xineplug_decode_mpeg2.dsp | |
parent | e048d699a94fd42068fd706b56d628b55f4b7b72 (diff) | |
download | xine-lib-343ab585e64376b933bd396f01b2009285c30e87.tar.gz xine-lib-343ab585e64376b933bd396f01b2009285c30e87.tar.bz2 |
Fix SEGFAULT beside error if no plugin loaded yet.
Fix one "segfault" of win32 xineui.
Next piece of patch for compiling xine under MSVC.
CVS patchset: 5676
CVS date: 2003/11/02 14:12:52
Diffstat (limited to 'win32/xineplug_decode_mpeg2.dsp')
-rw-r--r-- | win32/xineplug_decode_mpeg2.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/xineplug_decode_mpeg2.dsp b/win32/xineplug_decode_mpeg2.dsp index 7ec9ae526..20f948e67 100644 --- a/win32/xineplug_decode_mpeg2.dsp +++ b/win32/xineplug_decode_mpeg2.dsp @@ -142,6 +142,10 @@ SOURCE=..\src\libmpeg2\slice.c # End Source File
# Begin Source File
+SOURCE=..\src\libmpeg2\slice_xvmc.c
+# End Source File
+# Begin Source File
+
SOURCE=..\src\libmpeg2\stats.c
# End Source File
# Begin Source File
|