summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-30 12:40:05 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-30 12:40:05 +0000
commit52b8a22453c87bb987e371fb3ebacf0d231a7fc9 (patch)
tree2767c720227c3f53743ee135a6cd8f672dca42e6 /Gui
parentd4d3146c8a3c7151e01e0a7332ea8bb5356d7a9f (diff)
downloadmpv-52b8a22453c87bb987e371fb3ebacf0d231a7fc9.tar.bz2
mpv-52b8a22453c87bb987e371fb3ebacf0d231a7fc9.tar.xz
postproc --> libswscale
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18868 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/wm/ws.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/wm/ws.c b/Gui/wm/ws.c
index 66a54ad2ce..3edb6d245d 100644
--- a/Gui/wm/ws.c
+++ b/Gui/wm/ws.c
@@ -25,7 +25,7 @@
#include "wsxdnd.h"
#include "../cpudetect.h"
#include "../libswscale/swscale.h"
-#include "../postproc/rgb2rgb.h"
+#include "../libswscale/rgb2rgb.h"
#include "../libmpcodecs/vf_scale.h"
#include "../mp_msg.h"
#include "../help_mp.h"