vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Aug 13 19:12:38 2012 +0200| [13f92c66831aa5c4695df8f8f3719d42576af265] | committer: Jean-Baptiste Kempf
libmpeg2: remove tab > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=13f92c66831aa5c4695df8f8f3719d42576af265 --- 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 4059b78..5adff8f 100644 --- a/modules/codec/libmpeg2.c +++ b/modules/codec/libmpeg2.c @@ -209,7 +209,7 @@ static int OpenDecoder( vlc_object_t *p_this ) # endif # ifdef MPEG2_ACCEL_ARM_NEON if( vlc_CPU_ARM_NEON() ) - i_accel |= MPEG2_ACCEL_ARM_NEON; + i_accel |= MPEG2_ACCEL_ARM_NEON; # endif /* TODO: sparc */ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
