[vlc-devel] commit: Enabled aa in "vout display" wrapper. (Laurent Aimar )
git version control
git at videolan.org
Tue Aug 4 21:15:02 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Aug 3 20:28:44 2009 +0200| [de33cab80333652522e55f9e773f25f36d8ba616] | committer: Laurent Aimar
Enabled aa in "vout display" wrapper.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=de33cab80333652522e55f9e773f25f36d8ba616
---
modules/video_output/wrapper.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/video_output/wrapper.c b/modules/video_output/wrapper.c
index 5a51ba5..b2c4197 100644
--- a/modules/video_output/wrapper.c
+++ b/modules/video_output/wrapper.c
@@ -45,7 +45,7 @@ static void Close(vlc_object_t *);
#define DECLARE_OPEN(name) \
static int Open##name(vlc_object_t *object) { return Open(object, #name); }
-DECLARE_OPEN(none);
+DECLARE_OPEN(aalib);
#undef DECLARE_OPEN
@@ -60,7 +60,7 @@ vlc_module_begin()
set_category( CAT_VIDEO )
set_subcategory( SUBCAT_VIDEO_VOUT )
- DECLARE_MODULE(none, 0)
+ DECLARE_MODULE(aalib, 10)
vlc_module_end()
More information about the vlc-devel
mailing list