mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
avfvideosrc: include config.h
This commit is contained in:
parent
ef7f6e4654
commit
81cb13be64
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include "avfvideosrc.h"
|
||||
|
||||
#import <AVFoundation/AVFoundation.h>
|
||||
|
|
Loading…
Reference in a new issue