Browse Source

ffmpeg/videotoolbox: try to fix compilation when cross compiling ffmpeg with VT for iOS under certain configuration

Likely a regression from 8f6f357fde
tags/n3.0
Clément Bœsch 10 years ago
parent
commit
9898ef8139
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      ffmpeg_videotoolbox.c

+ 2
- 1
ffmpeg_videotoolbox.c View File

@@ -16,11 +16,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include "config.h"

#if HAVE_UTGETOSTYPEFROMSTRING
#include <CoreServices/CoreServices.h>
#endif

#include "config.h"
#include "libavcodec/avcodec.h"
#if CONFIG_VDA
# include "libavcodec/vda.h"


Loading…
Cancel
Save