summaryrefslogtreecommitdiffstats
path: root/vobsub.c
diff options
context:
space:
mode:
Diffstat (limited to 'vobsub.c')
-rw-r--r--vobsub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vobsub.c b/vobsub.c
index 115402d590..09087d0923 100644
--- a/vobsub.c
+++ b/vobsub.c
@@ -20,7 +20,7 @@
#include "vobsub.h"
#include "spudec.h"
#include "mp_msg.h"
-#ifdef USE_UNRAR_EXEC
+#ifdef CONFIG_UNRAR_EXEC
#include "unrar_exec.h"
#endif
#include "libavutil/common.h"
@@ -34,7 +34,7 @@ static int vobsubid = -2;
* RAR stream handling
* The RAR file must have the same basename as the file to open
**********************************************************************/
-#ifdef USE_UNRAR_EXEC
+#ifdef CONFIG_UNRAR_EXEC
typedef struct {
FILE *file;
unsigned char *data;