summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/player/command.c b/player/command.c
index d894f28f89..73c6d86712 100644
--- a/player/command.c
+++ b/player/command.c
@@ -27,6 +27,7 @@
#include <pthread.h>
#include <sys/types.h>
+#include <ass/ass.h>
#include <libavutil/avstring.h>
#include <libavutil/common.h>
@@ -75,10 +76,6 @@
#include <windows.h>
#endif
-#if HAVE_LIBASS
-#include <ass/ass.h>
-#endif
-
struct command_ctx {
// All properties, terminated with a {0} item.
struct m_property *properties;
@@ -3012,11 +3009,7 @@ static int mp_property_ffmpeg(void *ctx, struct m_property *prop,
static int mp_property_libass_version(void *ctx, struct m_property *prop,
int action, void *arg)
{
-#if HAVE_LIBASS
return m_property_int64_ro(action, arg, ass_library_version());
-#else
- return M_PROPERTY_UNAVAILABLE;
-#endif
}
static int mp_property_alias(void *ctx, struct m_property *prop,