]> git.sesse.net Git - vlc/commitdiff
Fix syntax
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 17 Sep 2009 16:15:17 +0000 (19:15 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 17 Sep 2009 16:15:17 +0000 (19:15 +0300)
modules/codec/libmpeg2.c

index 632a9c37b0650d73431b889e6292810af720b455..3bcceb883da0ec9eb4eac6c7e77eba2c8261f872 100644 (file)
@@ -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 */