diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2005-08-29 15:28:16 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2005-08-29 15:28:16 +0000 |
commit | 0f8fd3b22893dd07db6506a1ba4d298e51a1c985 (patch) | |
tree | 291cf3594687cdaaa23f9527ba6d9f20f1a6283d /win32/xineplug_decode_mpeg2.dsp | |
parent | 7cb89d83b0d845270e583c2848b0eaaa5e053217 (diff) | |
download | xine-lib-0f8fd3b22893dd07db6506a1ba4d298e51a1c985.tar.gz xine-lib-0f8fd3b22893dd07db6506a1ba4d298e51a1c985.tar.bz2 |
*BUGFIX*
Windows ports updates:
- finished M$VC port update
- moved xine plugins back to normal location for Windows ports,
added relative directories (used relative to ${prefix}),
make sure it's thread-safe (but it's still hacky)
- fixed ugly bug with loading plugins, when working drive was differrent from
plugins directory
directory
- directory and subdirectory separator called as platform specific
- fix crash with newer win32 pthread (missing mutex_init in vo plugin), yes!
- small doc update
CVS patchset: 7712
CVS date: 2005/08/29 15:28:16
Diffstat (limited to 'win32/xineplug_decode_mpeg2.dsp')
-rw-r--r-- | win32/xineplug_decode_mpeg2.dsp | 36 |
1 files changed, 21 insertions, 15 deletions
diff --git a/win32/xineplug_decode_mpeg2.dsp b/win32/xineplug_decode_mpeg2.dsp index 81e110917..4c9a0609e 100644 --- a/win32/xineplug_decode_mpeg2.dsp +++ b/win32/xineplug_decode_mpeg2.dsp @@ -92,71 +92,77 @@ LINK32=link.exe # Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
+# Begin Source File
SOURCE=..\src\libmpeg2\cpu_state.c
# End Source File
-# Begin Source File
+# Begin Source File
SOURCE=..\src\libmpeg2\decode.c
# End Source File
-# Begin Source File
+# Begin Source File
SOURCE=..\src\libmpeg2\header.c
# End Source File
-# Begin Source File
+# Begin Source File
SOURCE=..\src\libmpeg2\idct.c
# End Source File
-# Begin Source File
+# Begin Source File
SOURCE=..\src\libmpeg2\idct_altivec.c
# End Source File
-# Begin Source File
+# Begin Source File
SOURCE=..\src\libmpeg2\idct_mlib.c
# End Source File
-# Begin Source File
+# Begin Source File
SOURCE=..\src\libmpeg2\idct_mmx.c
# End Source File
+
# Begin Source File
+SOURCE=..\src\libmpeg2\libmpeg2_accel.c
+# End Source File
+# Begin Source File
SOURCE=..\src\libmpeg2\motion_comp.c
# End Source File
-# Begin Source File
+# Begin Source File
SOURCE=..\src\libmpeg2\motion_comp_altivec.c
# End Source File
-# Begin Source File
+# Begin Source File
SOURCE=..\src\libmpeg2\motion_comp_mlib.c
# End Source File
-# Begin Source File
+# Begin Source File
SOURCE=..\src\libmpeg2\motion_comp_mmx.c
# End Source File
-# Begin Source File
+# Begin Source File
SOURCE=..\src\libmpeg2\slice.c
# End Source File
-# Begin Source File
+# Begin Source File
SOURCE=..\src\libmpeg2\slice_xvmc.c
# End Source File
-# Begin Source File
+# Begin Source File
SOURCE=..\src\libmpeg2\stats.c
# End Source File
-# Begin Source File
+# Begin Source File
SOURCE=..\src\libmpeg2\slice_xvmc_vld.c
# End Source File
-# Begin Source File
+# Begin Source File
SOURCE=..\src\libmpeg2\xine_decoder.c
# End Source File
+
# End Group
+
# Begin Group "DLL Defs"
# PROP Default_Filter ""
|