From 691b879ef37647692c076ae7cb58cfca71156442 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Thu, 17 Sep 2009 19:15:17 +0300 Subject: [PATCH] Fix syntax --- modules/codec/libmpeg2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/codec/libmpeg2.c b/modules/codec/libmpeg2.c index 632a9c37b0..3bcceb883d 100644 --- a/modules/codec/libmpeg2.c +++ b/modules/codec/libmpeg2.c @@ -212,7 +212,7 @@ static int OpenDecoder( vlc_object_t *p_this ) } #elif defined(__arm__) - i_accel | MPEG2_ACCEL_ARM; + i_accel |= MPEG2_ACCEL_ARM; #else /* If we do not know this CPU, trust libmpeg2's feature detection */ -- 2.39.2