mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Get rid of HAVE_FFMPEG inside dynamic.h
This commit is contained in:
parent
dede617727
commit
67fea1076a
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue