mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Don't include common.h from avutil.h
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
*/
|
||||
|
||||
#include "avdevice.h"
|
||||
#include "config.h"
|
||||
|
||||
unsigned avdevice_version(void)
|
||||
{
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "libavutil/common.h"
|
||||
#include "libavutil/mem.h"
|
||||
#include "config.h"
|
||||
#include "timefilter.h"
|
||||
|
||||
Reference in New Issue
Block a user