diff libmpcodecs/vf_geq.c @ 33173:b86ea534cfc7

Build the geq video filter with shared FFmpeg. geq works fine with shared FFmpeg, so do not require static builds for it. patch by Alexis Ballier, alexis.ballier gmail com
author diego
date Fri, 15 Apr 2011 07:48:41 +0000
parents 8fa2f43cb760
children d676ffcbc45f
line wrap: on
line diff
--- a/libmpcodecs/vf_geq.c	Thu Apr 14 20:41:50 2011 +0000
+++ b/libmpcodecs/vf_geq.c	Fri Apr 15 07:48:41 2011 +0000
@@ -27,7 +27,6 @@
 #include "config.h"
 
 #include "mp_msg.h"
-#include "cpudetect.h"
 
 #include "img_format.h"
 #include "mp_image.h"