Menu

[r167]: / extlibs / ffmpeg / config.h  Maximize  Restore  History

Download this file

12 lines (8 with data), 163 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#ifndef _CONFIG_H_
#define _CONFIG_H_
#ifdef _WIN32
#include "config_windows.h"
#else
#include "config_android.h"
#endif
#endif //_CONFIG_H_