Commit 8940931e authored by Christophe Mutricy's avatar Christophe Mutricy

Fix build of mpeg2 module with old libmpeg2 on arm

parent 21db0b7d
...@@ -213,7 +213,7 @@ static int OpenDecoder( vlc_object_t *p_this ) ...@@ -213,7 +213,7 @@ static int OpenDecoder( vlc_object_t *p_this )
i_accel |= MPEG2_ACCEL_PPC_ALTIVEC; i_accel |= MPEG2_ACCEL_PPC_ALTIVEC;
} }
#elif defined(__arm__) #elif defined(__arm__) && defined(MPEG2_ACCEL_ARM)
i_accel |= MPEG2_ACCEL_ARM; i_accel |= MPEG2_ACCEL_ARM;
# ifdef MPEG2_ACCEL_ARM_NEON # 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