mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: client: avi: remove XASH_FFMPEG_DLOPEN
Is this a mistake? This define effectively forces `--enable-ffmpeg-dlopen` at all times ignoring configuration (which in turn makes build to fail with ffmpeg 8.1).
This commit is contained in:
@@ -23,7 +23,6 @@ static qboolean avi_initialized;
|
||||
static poolhandle_t avi_mempool;
|
||||
|
||||
#if XASH_AVI == AVI_FFMPEG
|
||||
#define XASH_FFMPEG_DLOPEN 1
|
||||
#include "avi_ffmpeg.h"
|
||||
|
||||
struct movie_state_s
|
||||
|
||||
Reference in New Issue
Block a user