# HG changeset patch # User nicodvb # Date 1145305228 0 # Node ID e83548b7bd3bc70cc667b0694d9a9345ecc21718 # Parent eadedbf1fc497169f05aab796b2f09387db9d1ab removed unreachable code: this filter can't compile with external libavcodec (the Makefile rules prevent it) diff -r eadedbf1fc49 -r e83548b7bd3b libmpcodecs/vf_fspp.c --- 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 -#include -#else #include "libavcodec/avcodec.h" #include "libavcodec/dsputil.h" -#endif #ifdef HAVE_MALLOC_H #include diff -r eadedbf1fc49 -r e83548b7bd3b libmpcodecs/vf_qp.c --- a/libmpcodecs/vf_qp.c Mon Apr 17 17:50:34 2006 +0000 +++ b/libmpcodecs/vf_qp.c Mon Apr 17 20:20:28 2006 +0000 @@ -37,15 +37,9 @@ // Needed to bring in lrintf. #define HAVE_AV_CONFIG_H -#ifdef USE_LIBAVCODEC_SO -#include -#include -#include -#else #include "libavcodec/avcodec.h" #include "libavcodec/dsputil.h" #include "libavutil/common.h" -#endif /* FIXME: common.h defines printf away when HAVE_AV_CONFIG * is defined, but mp_image.h needs printf. diff -r eadedbf1fc49 -r e83548b7bd3b libmpcodecs/vf_spp.c --- a/libmpcodecs/vf_spp.c Mon Apr 17 17:50:34 2006 +0000 +++ b/libmpcodecs/vf_spp.c Mon Apr 17 20:20:28 2006 +0000 @@ -35,13 +35,8 @@ #include "mp_msg.h" #include "cpudetect.h" -#ifdef USE_LIBAVCODEC_SO -#include -#include -#else #include "libavcodec/avcodec.h" #include "libavcodec/dsputil.h" -#endif #ifdef HAVE_MALLOC_H #include diff -r eadedbf1fc49 -r e83548b7bd3b libmpcodecs/vf_uspp.c --- a/libmpcodecs/vf_uspp.c Mon Apr 17 17:50:34 2006 +0000 +++ b/libmpcodecs/vf_uspp.c Mon Apr 17 20:20:28 2006 +0000 @@ -27,13 +27,8 @@ #include "mp_msg.h" #include "cpudetect.h" -#ifdef USE_LIBAVCODEC_SO -#include -#include -#else #include "libavcodec/avcodec.h" #include "libavcodec/dsputil.h" -#endif #ifdef HAVE_MALLOC_H #include