Skip to content

Commit

Permalink
emulators/mgba: Minor build fixes
Browse files Browse the repository at this point in the history
Relax definitions of FFMPEG_LIB_DEPENDS, fixes build with FFmpeg 6.0
Update compiler requirements

PR:		270257
Reviewed by:	pkubaj (maintainer)
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Mar 25, 2023
1 parent 0ed9c88 commit f6c56fe
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions emulators/mgba/Makefile
Expand Up @@ -15,7 +15,7 @@ LICENSE_FILE_MPL20= ${WRKSRC}/LICENSE
LIB_DEPENDS= libepoxy.so:graphics/libepoxy \
libpng.so:graphics/png

USES= cmake compiler:c++11-lang gl gnome localbase:ldflags lua \
USES= cmake compiler:c++14-lang gl gnome localbase:ldflags lua \
pkgconfig sdl sqlite:3

USE_GITHUB= yes
Expand Down Expand Up @@ -51,11 +51,7 @@ QT5_DESC= Qt 5 frontend
DEBUGGERS_USES= libedit
DEBUGGERS_CMAKE_BOOL= USE_DEBUGGERS USE_EDITLINE USE_GDB_STUB

FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
libavformat.so:multimedia/ffmpeg \
libavresample.so:multimedia/ffmpeg \
libavutil.so:multimedia/ffmpeg \
libswscale.so:multimedia/ffmpeg
FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg
FFMPEG_CMAKE_BOOL= USE_FFMPEG

LIBRETRO_CMAKE_BOOL= BUILD_LIBRETRO
Expand Down

0 comments on commit f6c56fe

Please sign in to comment.