Commit 5bd13bfe authored by Pierre Ynard's avatar Pierre Ynard

projectm: build fix

parent 3e929d5d
......@@ -94,12 +94,12 @@ vlc_module_begin ()
false )
add_integer( "projectm-height", 640, NULL, HEIGHT_TEXT, HEIGHT_LONGTEXT,
false )
add_integer( "projectm-meshx", 32, MESHX_TEXT, MESHX_LONGTEXT,
add_integer( "projectm-meshx", 32, NULL, MESHX_TEXT, MESHX_LONGTEXT,
false )
add_integer( "projectm-meshy", 24, MESHY_TEXT, MESHY_LONGTEXT,
false )
add_integer( "projectm-texture-size", 1024, TEXTURE_TEXT, TEXTURE_LONGTEXT,
add_integer( "projectm-meshy", 24, NULL, MESHY_TEXT, MESHY_LONGTEXT,
false )
add_integer( "projectm-texture-size", 1024, NULL, TEXTURE_TEXT,
TEXTURE_LONGTEXT, false )
add_shortcut( "projectm" )
set_callbacks( Open, Close )
vlc_module_end ()
......
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