commit e1fca2a8189ea131cde34281ff3dede14219b885 Author: Gwenole Beauchesne Date: Tue Mar 2 12:22:14 2010 +0000 Fix SW fallback if VA-API is built-in. diff --git a/libvaapi/vaapi_utils.h b/libvaapi/vaapi_utils.h index 604ba77..5da63b7 100644 --- a/libvaapi/vaapi_utils.h +++ b/libvaapi/vaapi_utils.h @@ -30,12 +30,6 @@ void DSOEXPORT vaapi_set_is_enabled(bool enabled); /// Check whether video acceleration is enabled bool DSOEXPORT vaapi_is_enabled(); -/// Enable video acceleration (with VA API) -void DSOEXPORT vaapi_set_is_enabled(bool enabled); - -/// Check whether video acceleration is enabled -bool DSOEXPORT vaapi_is_enabled(); - /// Debug output void DSOEXPORT vaapi_dprintf(const char *format, ...);