Commit 0cc5fe18 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* nope, you didn't see anything

parent 45153ca4
...@@ -488,8 +488,8 @@ vlc_module_begin(); ...@@ -488,8 +488,8 @@ vlc_module_begin();
/* Input/Output */ /* Input/Output */
#if defined(__DARWIN__) && defined(__INTEL__) #if defined(__DARWIN__) && defined(__INTEL__)
add_bool( SOUT_CFG_PREFIX "asm", 1, NULL, ASM_TEXT, add_bool( SOUT_CFG_PREFIX "asm", 0, NULL, ASM_TEXT,
ASM_LONGTEXT, VLC_TRUE ); ASM_LONGTEXT, VLC_FALSE );
#else #else
add_bool( SOUT_CFG_PREFIX "asm", 1, NULL, ASM_TEXT, add_bool( SOUT_CFG_PREFIX "asm", 1, NULL, ASM_TEXT,
ASM_LONGTEXT, VLC_FALSE ); ASM_LONGTEXT, VLC_FALSE );
......
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