mirror of
https://github.com/oasislinux/oasis.git
synced 2026-06-21 15:37:15 +02:00
15 lines
402 B
C
15 lines
402 B
C
#ifndef FFMPEG_CONFIG_H
|
|
#define FFMPEG_CONFIG_H
|
|
#define FFMPEG_CONFIGURATION ""
|
|
#define FFMPEG_LICENSE "LGPL version 2.1 or later"
|
|
#define CONFIG_THIS_YEAR 2024
|
|
#define FFMPEG_DATADIR "/share/ffmpeg"
|
|
#define AVCONV_DATADIR "/share/ffmpeg"
|
|
#define CC_IDENT "gcc"
|
|
#define OS_NAME linux
|
|
#define EXTERN_PREFIX ""
|
|
#define EXTERN_ASM
|
|
#define BUILDSUF ""
|
|
#define SLIBSUF ".so"
|
|
#define SWS_MAX_FILTER_SIZE 256
|