Commit a688499e authored by Christophe Mutricy's avatar Christophe Mutricy

Fix build of mpeg2 module with old libmpeg2 on arm

(cherry picked from commit 8940931e)
Signed-off-by: default avatarChristophe Mutricy <xtophe@videolan.org>
parent 8d54735b
......@@ -213,7 +213,7 @@ static int OpenDecoder( vlc_object_t *p_this )
i_accel |= MPEG2_ACCEL_PPC_ALTIVEC;
}
#elif defined(__arm__)
#elif defined(__arm__) && defined(MPEG2_ACCEL_ARM)
i_accel |= MPEG2_ACCEL_ARM;
# ifdef MPEG2_ACCEL_ARM_NEON
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment