mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
Get rid of HAVE_FFMPEG inside dynamic.h
This commit is contained in:
parent
dede617727
commit
67fea1076a
@ -28,9 +28,7 @@ enum rarch_core_type
|
||||
{
|
||||
CORE_TYPE_PLAIN = 0,
|
||||
CORE_TYPE_DUMMY,
|
||||
#ifdef HAVE_FFMPEG
|
||||
CORE_TYPE_FFMPEG,
|
||||
#endif
|
||||
CORE_TYPE_IMAGEVIEWER
|
||||
};
|
||||
|
||||
@ -176,7 +174,6 @@ void init_libretro_sym(enum rarch_core_type type);
|
||||
**/
|
||||
void uninit_libretro_sym(void);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user