From 8ca4bff0ff9552e535c4656086963c095adf7414 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 25 Dec 2009 12:58:40 +0100 Subject: [PATCH] projects/intel/options: - build with internal ffmpeg --- projects/intel/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/intel/options b/projects/intel/options index 155d8cf974..b20e31d2f4 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -71,7 +71,7 @@ # Use internal or external ffmpeg. Internal means included ffmpeg in XBMC, # external means seperate ffmpeg library. External ffmpeg is needed for # multithreading support and future vaapi support (internal / external) - FFMPEG="external" + FFMPEG="internal" # Use VDPAU video acceleration (needs nVidia driver and a supported card) VDPAU="no"