diff options
-rw-r--r-- | win32/libxine.def | 2 | ||||
-rw-r--r-- | win32/libxine.dsp | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/win32/libxine.def b/win32/libxine.def index 961b2760d..742a01ffe 100644 --- a/win32/libxine.def +++ b/win32/libxine.def @@ -279,5 +279,7 @@ u_b_table v_r_table
v_g_table
v_b_table
+yv12_to_yv12
+yuy2_to_yuy2
diff --git a/win32/libxine.dsp b/win32/libxine.dsp index cb2cbebd8..84fbbb8f7 100644 --- a/win32/libxine.dsp +++ b/win32/libxine.dsp @@ -221,6 +221,10 @@ SOURCE="..\src\xine-utils\color.c" # End Source File
# Begin Source File
+SOURCE="..\src\xine-utils\copy.c"
+# End Source File
+# Begin Source File
+
SOURCE="..\src\xine-utils\cpu_accel.c"
# End Source File
# Begin Source File
|