Commit de33cab8 authored by Laurent Aimar's avatar Laurent Aimar

Enabled aa in "vout display" wrapper.

parent 293e5623
...@@ -45,7 +45,7 @@ static void Close(vlc_object_t *); ...@@ -45,7 +45,7 @@ static void Close(vlc_object_t *);
#define DECLARE_OPEN(name) \ #define DECLARE_OPEN(name) \
static int Open##name(vlc_object_t *object) { return Open(object, #name); } static int Open##name(vlc_object_t *object) { return Open(object, #name); }
DECLARE_OPEN(none); DECLARE_OPEN(aalib);
#undef DECLARE_OPEN #undef DECLARE_OPEN
...@@ -60,7 +60,7 @@ vlc_module_begin() ...@@ -60,7 +60,7 @@ vlc_module_begin()
set_category( CAT_VIDEO ) set_category( CAT_VIDEO )
set_subcategory( SUBCAT_VIDEO_VOUT ) set_subcategory( SUBCAT_VIDEO_VOUT )
DECLARE_MODULE(none, 0) DECLARE_MODULE(aalib, 10)
vlc_module_end() 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