diff libmpcodecs/vf_fspp.c @ 18131:e83548b7bd3b

removed unreachable code: this filter can't compile with external libavcodec (the Makefile rules prevent it)
author nicodvb
date Mon, 17 Apr 2006 20:20:28 +0000
parents 7b408d60de9e
children 6334c14b38eb
line wrap: on
line diff
--- a/libmpcodecs/vf_fspp.c	Mon Apr 17 17:50:34 2006 +0000
+++ b/libmpcodecs/vf_fspp.c	Mon Apr 17 20:20:28 2006 +0000
@@ -42,13 +42,8 @@
 #include "mp_msg.h"
 #include "cpudetect.h"
 
-#ifdef USE_LIBAVCODEC_SO
-#include <ffmpeg/avcodec.h>
-#include <ffmpeg/dsputil.h>
-#else
 #include "libavcodec/avcodec.h"
 #include "libavcodec/dsputil.h"
-#endif
 
 #ifdef HAVE_MALLOC_H
 #include <malloc.h>