diff libmpcodecs/vf_screenshot.c @ 18861:8579acff875e

Move postproc ---> libswscale
author lucabe
date Fri, 30 Jun 2006 12:00:31 +0000
parents a1807995e2ab
children cc65a585fdcc
line wrap: on
line diff
--- a/libmpcodecs/vf_screenshot.c	Fri Jun 30 09:45:22 2006 +0000
+++ b/libmpcodecs/vf_screenshot.c	Fri Jun 30 12:00:31 2006 +0000
@@ -22,7 +22,7 @@
 #include "vf_scale.h"
 
 #include "libvo/fastmemcpy.h"
-#include "postproc/swscale.h"
+#include "libswscale/swscale.h"
 
 struct vf_priv_s {
     int frameno;