summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_odivx.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vd_odivx.c')
-rw-r--r--libmpcodecs/vd_odivx.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libmpcodecs/vd_odivx.c b/libmpcodecs/vd_odivx.c
index 986814939a..907b5438a9 100644
--- a/libmpcodecs/vd_odivx.c
+++ b/libmpcodecs/vd_odivx.c
@@ -6,8 +6,6 @@
#include "mp_msg.h"
#include "help_mp.h"
-#ifdef USE_DIVX
-
#include "vd_internal.h"
static vd_info_t info = {
@@ -296,6 +294,3 @@ static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){
return mpi;
}
-
-#endif
-