vo: fix compilation failure when vaapi is enabled and x11 disabled

This was previously trying to use the video_output_vaapi symbol despite
vo_vaapi.c being guarded by the vaapi-x11 option.
This commit is contained in:
Emmanuel Gil Peyrot 2015-10-02 03:19:12 +01:00
parent bd87598af9
commit 8a21cb1cd3
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ const struct vo_driver *const video_out_drivers[] =
#if HAVE_SDL2
&video_out_sdl,
#endif
#if HAVE_VAAPI
#if HAVE_VAAPI_X11
&video_out_vaapi,
#endif
#if HAVE_X11