Commit 9207dd48 authored by Gildas Bazin's avatar Gildas Bazin

* modules/video_output/directx/directx.c: compilation fix.

parent f9ce5afc
......@@ -140,7 +140,7 @@ static char *ppsz_dev[] = { "" };
static char *ppsz_dev_text[] = { N_("Default") };
vlc_module_begin();
set_shortname( _("DirectX"))
set_shortname( _("DirectX") );
set_category( CAT_VIDEO );
set_subcategory( SUBCAT_VIDEO_VOUT );
add_bool( "directx-hw-yuv", 1, NULL, HW_YUV_TEXT, HW_YUV_LONGTEXT,
......
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