summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_theora.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vd_theora.c')
-rw-r--r--libmpcodecs/vd_theora.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmpcodecs/vd_theora.c b/libmpcodecs/vd_theora.c
index 8841ccb5f9..de9d478c62 100644
--- a/libmpcodecs/vd_theora.c
+++ b/libmpcodecs/vd_theora.c
@@ -7,8 +7,6 @@
#include "mp_msg.h"
#include "help_mp.h"
-#ifdef HAVE_OGGTHEORA
-
#include "vd_internal.h"
static vd_info_t info = {
@@ -179,5 +177,3 @@ static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags)
return mpi;
}
-
-#endif