[vlc-devel] commit: Fix syntax ( Rémi Denis-Courmont )

git version control git at videolan.org
Thu Sep 17 18:15:28 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Sep 17 19:15:17 2009 +0300| [691b879ef37647692c076ae7cb58cfca71156442] | committer: Rémi Denis-Courmont 

Fix syntax

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=691b879ef37647692c076ae7cb58cfca71156442
---

 modules/codec/libmpeg2.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/codec/libmpeg2.c b/modules/codec/libmpeg2.c
index 632a9c3..3bcceb8 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 */




More information about the vlc-devel mailing list