Browse Source

vda_h264.c: Change header inclusion order.

Fixes compilation with XCode 3.2.6.
Fixes ticket #1736.
tags/n1.0
Carl Eugen Hoyos 12 years ago
parent
commit
6fa2532dd3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/vda_h264.c

+ 1
- 1
libavcodec/vda_h264.c View File

@@ -24,9 +24,9 @@
#include <CoreFoundation/CFNumber.h>
#include <CoreFoundation/CFData.h>

#include "vda.h"
#include "libavutil/avutil.h"
#include "h264.h"
#include "vda.h"

#if FF_API_VDA_ASYNC
#include <CoreFoundation/CFString.h>


Loading…
Cancel
Save