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:
RevengeRip
2026-03-31 00:21:44 +03:00
committed by a1batross
parent 34bb2665cf
commit 8767a4d6ba

View File

@@ -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