From 982f9ba9b416697fe373c19a0d699a3a7f25a4f3 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Tue, 29 Sep 2015 09:17:25 +0200 Subject: [PATCH] Fix of previous commit --- src/vo_postprocess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vo_postprocess.c b/src/vo_postprocess.c index af17745db..531c9a90f 100644 --- a/src/vo_postprocess.c +++ b/src/vo_postprocess.c @@ -125,7 +125,7 @@ struct vo_postprocess_t vo_postprocess_modules[] = { MK_STATIC(df_done), NULL }, -#if defined HAVE_SCALE || defined BUILD_LIBRARIES +#if defined HAVE_TEXT || defined BUILD_LIBRARIES {"scale", "scale", MK_NAME(scale_init),