Whitespace cleanup
This commit is contained in:
parent
76770321b4
commit
a12e307039
128
Makefile.common
128
Makefile.common
|
@ -19,7 +19,7 @@ ifeq ($(HAVE_LIBRETRODB),)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_LIBRETRODB), 1)
|
ifeq ($(HAVE_LIBRETRODB), 1)
|
||||||
DEFINES += -DHAVE_LIBRETRODB
|
DEFINES += -DHAVE_LIBRETRODB
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_FBO), 1)
|
ifeq ($(HAVE_FBO), 1)
|
||||||
|
@ -77,8 +77,8 @@ endif
|
||||||
ifneq ($(findstring Linux,$(OS)),)
|
ifneq ($(findstring Linux,$(OS)),)
|
||||||
LIBS += -lrt
|
LIBS += -lrt
|
||||||
OBJ += input/drivers/linuxraw_input.o \
|
OBJ += input/drivers/linuxraw_input.o \
|
||||||
input/common/linux_common.o \
|
input/common/linux_common.o \
|
||||||
input/common/epoll_common.o \
|
input/common/epoll_common.o \
|
||||||
input/drivers_joypad/linuxraw_joypad.o \
|
input/drivers_joypad/linuxraw_joypad.o \
|
||||||
frontend/drivers/platform_linux.o
|
frontend/drivers/platform_linux.o
|
||||||
endif
|
endif
|
||||||
|
@ -109,7 +109,7 @@ OBJ += frontend/frontend.o \
|
||||||
ui/drivers/ui_null.o \
|
ui/drivers/ui_null.o \
|
||||||
libretro_version_1.o \
|
libretro_version_1.o \
|
||||||
retroarch.o \
|
retroarch.o \
|
||||||
input/input_keyboard.o \
|
input/input_keyboard.o \
|
||||||
command_event.o \
|
command_event.o \
|
||||||
msg_hash.o \
|
msg_hash.o \
|
||||||
intl/msg_hash_de.o \
|
intl/msg_hash_de.o \
|
||||||
|
@ -124,10 +124,10 @@ OBJ += frontend/frontend.o \
|
||||||
runloop.o \
|
runloop.o \
|
||||||
tasks/tasks.o \
|
tasks/tasks.o \
|
||||||
tasks/tasks_internal.o \
|
tasks/tasks_internal.o \
|
||||||
tasks/task_content.o \
|
tasks/task_content.o \
|
||||||
tasks/task_file_transfer.o \
|
tasks/task_file_transfer.o \
|
||||||
content.o \
|
content.o \
|
||||||
libretro-common/encodings/encoding_utf.o \
|
libretro-common/encodings/encoding_utf.o \
|
||||||
libretro-common/file/file_list.o \
|
libretro-common/file/file_list.o \
|
||||||
libretro-common/file/dir_list.o \
|
libretro-common/file/dir_list.o \
|
||||||
libretro-common/file/retro_dirent.o \
|
libretro-common/file/retro_dirent.o \
|
||||||
|
@ -169,7 +169,7 @@ OBJ += frontend/frontend.o \
|
||||||
libretro-common/queues/fifo_buffer.o \
|
libretro-common/queues/fifo_buffer.o \
|
||||||
core_options.o \
|
core_options.o \
|
||||||
libretro-common/compat/compat_fnmatch.o \
|
libretro-common/compat/compat_fnmatch.o \
|
||||||
libretro-common/compat/compat_posix_string.o \
|
libretro-common/compat/compat_posix_string.o \
|
||||||
cheats.o \
|
cheats.o \
|
||||||
core_info.o \
|
core_info.o \
|
||||||
libretro-common/file/config_file.o \
|
libretro-common/file/config_file.o \
|
||||||
|
@ -202,7 +202,7 @@ OBJ += frontend/frontend.o \
|
||||||
record/record_driver.o \
|
record/record_driver.o \
|
||||||
record/drivers/record_null.o \
|
record/drivers/record_null.o \
|
||||||
performance.o \
|
performance.o \
|
||||||
verbosity.o
|
verbosity.o
|
||||||
|
|
||||||
ifneq ($(HAVE_GETOPT_LONG), 1)
|
ifneq ($(HAVE_GETOPT_LONG), 1)
|
||||||
OBJ += libretro-common/compat/compat_getopt.o
|
OBJ += libretro-common/compat/compat_getopt.o
|
||||||
|
@ -284,7 +284,7 @@ endif
|
||||||
|
|
||||||
ifeq ($(HAVE_ALSA), 1)
|
ifeq ($(HAVE_ALSA), 1)
|
||||||
OBJ += audio/drivers/alsa.o \
|
OBJ += audio/drivers/alsa.o \
|
||||||
audio/drivers/alsathread.o
|
audio/drivers/alsathread.o
|
||||||
LIBS += $(ALSA_LIBS)
|
LIBS += $(ALSA_LIBS)
|
||||||
DEFINES += $(ALSA_CFLAGS)
|
DEFINES += $(ALSA_CFLAGS)
|
||||||
endif
|
endif
|
||||||
|
@ -349,10 +349,10 @@ ifeq ($(HAVE_NEON),1)
|
||||||
audio/drivers_resampler/cc_resampler_neon.o
|
audio/drivers_resampler/cc_resampler_neon.o
|
||||||
# When compiled without this, tries to attempt to compile sinc lerp,
|
# When compiled without this, tries to attempt to compile sinc lerp,
|
||||||
# which will error out
|
# which will error out
|
||||||
#
|
#
|
||||||
# TODO - we need to make quality levels of sinc
|
# TODO - we need to make quality levels of sinc
|
||||||
# runtime toggleable instead of going by compile-time
|
# runtime toggleable instead of going by compile-time
|
||||||
# defines
|
# defines
|
||||||
DEFINES += -DSINC_LOWER_QUALITY
|
DEFINES += -DSINC_LOWER_QUALITY
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -409,8 +409,8 @@ ifeq ($(HAVE_MENU_COMMON), 1)
|
||||||
PSEUDO_NS :=
|
PSEUDO_NS :=
|
||||||
endif
|
endif
|
||||||
OBJ += menu/menu_hash.o \
|
OBJ += menu/menu_hash.o \
|
||||||
menu/menu_driver.o \
|
menu/menu_driver.o \
|
||||||
menu/menu_content.o \
|
menu/menu_content.o \
|
||||||
menu/intl/menu_hash_de.o \
|
menu/intl/menu_hash_de.o \
|
||||||
menu/intl/menu_hash_es.o \
|
menu/intl/menu_hash_es.o \
|
||||||
menu/intl/menu_hash_eo.o \
|
menu/intl/menu_hash_eo.o \
|
||||||
|
@ -466,11 +466,11 @@ endif
|
||||||
|
|
||||||
ifeq ($(HAVE_THREADS), 1)
|
ifeq ($(HAVE_THREADS), 1)
|
||||||
OBJ += autosave.o \
|
OBJ += autosave.o \
|
||||||
libretro-common/rthreads/rthreads.o \
|
libretro-common/rthreads/rthreads.o \
|
||||||
libretro-common/rthreads/rsemaphore.o \
|
libretro-common/rthreads/rsemaphore.o \
|
||||||
libretro-common/rthreads/async_job.o \
|
libretro-common/rthreads/async_job.o \
|
||||||
gfx/video_thread_wrapper.o \
|
gfx/video_thread_wrapper.o \
|
||||||
audio/audio_thread_wrapper.o
|
audio/audio_thread_wrapper.o
|
||||||
DEFINES += -DHAVE_THREADS
|
DEFINES += -DHAVE_THREADS
|
||||||
ifeq ($(findstring Haiku,$(OS)),)
|
ifeq ($(findstring Haiku,$(OS)),)
|
||||||
LIBS += -lpthread
|
LIBS += -lpthread
|
||||||
|
@ -505,7 +505,7 @@ endif
|
||||||
|
|
||||||
ifeq ($(HAVE_X11), 1)
|
ifeq ($(HAVE_X11), 1)
|
||||||
OBJ += input/common/input_x11_common.o \
|
OBJ += input/common/input_x11_common.o \
|
||||||
input/drivers/x11_input.o \
|
input/drivers/x11_input.o \
|
||||||
gfx/common/x11_common.o \
|
gfx/common/x11_common.o \
|
||||||
input/drivers_keyboard/keyboard_event_x11.o
|
input/drivers_keyboard/keyboard_event_x11.o
|
||||||
|
|
||||||
|
@ -515,7 +515,7 @@ endif
|
||||||
|
|
||||||
ifeq ($(HAVE_XKBCOMMON), 1)
|
ifeq ($(HAVE_XKBCOMMON), 1)
|
||||||
DEFINES += $(XKBCOMMON_CFLAGS)
|
DEFINES += $(XKBCOMMON_CFLAGS)
|
||||||
OBJ += input/drivers_keyboard/keyboard_event_xkb.o
|
OBJ += input/drivers_keyboard/keyboard_event_xkb.o
|
||||||
LIBS += $(XKBCOMMON_LIBS)
|
LIBS += $(XKBCOMMON_LIBS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -523,32 +523,32 @@ ifeq ($(HAVE_UDEV), 1)
|
||||||
DEFINES += $(UDEV_CFLAGS)
|
DEFINES += $(UDEV_CFLAGS)
|
||||||
LIBS += $(UDEV_LIBS)
|
LIBS += $(UDEV_LIBS)
|
||||||
OBJ += input/drivers/udev_input.o \
|
OBJ += input/drivers/udev_input.o \
|
||||||
input/drivers_keyboard/keyboard_event_udev.o \
|
input/drivers_keyboard/keyboard_event_udev.o \
|
||||||
input/drivers_joypad/udev_joypad.o
|
input/drivers_joypad/udev_joypad.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_LIBUSB), 1)
|
ifeq ($(HAVE_LIBUSB), 1)
|
||||||
DEFINES += -DHAVE_LIBUSB
|
DEFINES += -DHAVE_LIBUSB
|
||||||
OBJ += input/drivers_hid/libusb_hid.o
|
OBJ += input/drivers_hid/libusb_hid.o
|
||||||
LIBS += -lusb-1.0
|
LIBS += -lusb-1.0
|
||||||
HAVE_HID = 1
|
HAVE_HID = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_IOHIDMANAGER), 1)
|
ifeq ($(HAVE_IOHIDMANAGER), 1)
|
||||||
DEFINES += -DHAVE_IOHIDMANAGER
|
DEFINES += -DHAVE_IOHIDMANAGER
|
||||||
OBJ += input/drivers_hid/iohidmanager_hid.o
|
OBJ += input/drivers_hid/iohidmanager_hid.o
|
||||||
HAVE_HID = 1
|
HAVE_HID = 1
|
||||||
LIBS += -framework IOKit
|
LIBS += -framework IOKit
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_CORELOCATION), 1)
|
ifeq ($(HAVE_CORELOCATION), 1)
|
||||||
DEFINES += -DHAVE_CORELOCATION
|
DEFINES += -DHAVE_CORELOCATION
|
||||||
LIBS += -framework CoreLocation
|
LIBS += -framework CoreLocation
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_HID), 1)
|
ifeq ($(HAVE_HID), 1)
|
||||||
DEFINES += -DHAVE_HID
|
DEFINES += -DHAVE_HID
|
||||||
OBJ += input/connect/joypad_connection.o \
|
OBJ += input/connect/joypad_connection.o \
|
||||||
input/connect/connect_ps3.o \
|
input/connect/connect_ps3.o \
|
||||||
input/connect/connect_ps4.o \
|
input/connect/connect_ps4.o \
|
||||||
input/connect/connect_wii.o \
|
input/connect/connect_wii.o \
|
||||||
|
@ -573,8 +573,8 @@ endif
|
||||||
OBJ += gfx/video_context_driver.o \
|
OBJ += gfx/video_context_driver.o \
|
||||||
gfx/drivers_context/gfx_null_ctx.o \
|
gfx/drivers_context/gfx_null_ctx.o \
|
||||||
gfx/video_state_tracker.o \
|
gfx/video_state_tracker.o \
|
||||||
libretro-common/gfx/math/matrix_4x4.o \
|
libretro-common/gfx/math/matrix_4x4.o \
|
||||||
libretro-common/gfx/math/matrix_3x3.o
|
libretro-common/gfx/math/matrix_3x3.o
|
||||||
|
|
||||||
ifeq ($(HAVE_GL_CONTEXT), 1)
|
ifeq ($(HAVE_GL_CONTEXT), 1)
|
||||||
DEFINES += -DHAVE_OPENGL -DHAVE_GLSL
|
DEFINES += -DHAVE_OPENGL -DHAVE_GLSL
|
||||||
|
@ -582,13 +582,13 @@ ifeq ($(HAVE_GL_CONTEXT), 1)
|
||||||
gfx/common/gl_common.o \
|
gfx/common/gl_common.o \
|
||||||
gfx/drivers_font/gl_raster_font.o \
|
gfx/drivers_font/gl_raster_font.o \
|
||||||
libretro-common/glsym/rglgen.o
|
libretro-common/glsym/rglgen.o
|
||||||
|
|
||||||
ifeq ($(HAVE_MENU_COMMON), 1)
|
ifeq ($(HAVE_MENU_COMMON), 1)
|
||||||
OBJ += menu/drivers_display/menu_display_gl.o
|
OBJ += menu/drivers_display/menu_display_gl.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_KMS), 1)
|
ifeq ($(HAVE_KMS), 1)
|
||||||
HAVE_AND_WILL_USE_DRM = 1
|
HAVE_AND_WILL_USE_DRM = 1
|
||||||
OBJ += gfx/drivers_context/drm_egl_ctx.o
|
OBJ += gfx/drivers_context/drm_egl_ctx.o
|
||||||
DEFINES += $(GBM_CFLAGS) $(DRM_CFLAGS) $(EGL_CFLAGS)
|
DEFINES += $(GBM_CFLAGS) $(DRM_CFLAGS) $(EGL_CFLAGS)
|
||||||
LIBS += $(GBM_LIBS) $(DRM_LIBS) $(EGL_LIBS)
|
LIBS += $(GBM_LIBS) $(DRM_LIBS) $(EGL_LIBS)
|
||||||
|
@ -623,13 +623,13 @@ ifeq ($(HAVE_GL_CONTEXT), 1)
|
||||||
LIBS += $(EGL_LIBS)
|
LIBS += $(EGL_LIBS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(HAVE_GLES), 1)
|
ifneq ($(HAVE_GLES), 1)
|
||||||
OBJ += gfx/drivers_context/glx_ctx.o
|
OBJ += gfx/drivers_context/glx_ctx.o
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_WAYLAND), 1)
|
ifeq ($(HAVE_WAYLAND), 1)
|
||||||
ifeq ($(HAVE_EGL), 1)
|
ifeq ($(HAVE_EGL), 1)
|
||||||
OBJ += gfx/drivers_context/wayland_ctx.o
|
OBJ += gfx/drivers_context/wayland_ctx.o
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -643,7 +643,7 @@ ifeq ($(HAVE_GL_CONTEXT), 1)
|
||||||
else
|
else
|
||||||
DEFINES += -DHAVE_GL_SYNC
|
DEFINES += -DHAVE_GL_SYNC
|
||||||
OBJ += libretro-common/glsym/glsym_gl.o
|
OBJ += libretro-common/glsym/glsym_gl.o
|
||||||
GL_LIBS := -lGL
|
GL_LIBS := -lGL
|
||||||
ifeq ($(OSX), 1)
|
ifeq ($(OSX), 1)
|
||||||
GL_LIBS := -framework OpenGL
|
GL_LIBS := -framework OpenGL
|
||||||
OBJ += gfx/drivers_context/cgl_ctx.o
|
OBJ += gfx/drivers_context/cgl_ctx.o
|
||||||
|
@ -651,7 +651,7 @@ ifeq ($(HAVE_GL_CONTEXT), 1)
|
||||||
GL_LIBS := -lopengl32 -lgdi32 -lcomdlg32 -lcomctl32
|
GL_LIBS := -lopengl32 -lgdi32 -lcomdlg32 -lcomctl32
|
||||||
OBJ += gfx/drivers_context/wgl_ctx.o
|
OBJ += gfx/drivers_context/wgl_ctx.o
|
||||||
endif
|
endif
|
||||||
LIBS += $(GL_LIBS)
|
LIBS += $(GL_LIBS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
OBJ += gfx/drivers_shader/shader_glsl.o
|
OBJ += gfx/drivers_shader/shader_glsl.o
|
||||||
|
@ -659,7 +659,7 @@ ifeq ($(HAVE_GL_CONTEXT), 1)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_EGL), 1)
|
ifeq ($(HAVE_EGL), 1)
|
||||||
OBJ += gfx/common/egl_common.o
|
OBJ += gfx/common/egl_common.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_SDL2), 1)
|
ifeq ($(HAVE_SDL2), 1)
|
||||||
|
@ -704,16 +704,16 @@ ifeq ($(HAVE_EXYNOS), 1)
|
||||||
memory/neon/memcpy-neon.o
|
memory/neon/memcpy-neon.o
|
||||||
LIBS += $(DRM_LIBS) $(EXYNOS_LIBS)
|
LIBS += $(DRM_LIBS) $(EXYNOS_LIBS)
|
||||||
DEFINES += $(DRM_CFLAGS) $(EXYNOS_CFLAGS)
|
DEFINES += $(DRM_CFLAGS) $(EXYNOS_CFLAGS)
|
||||||
HAVE_AND_WILL_USE_DRM = 1
|
HAVE_AND_WILL_USE_DRM = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_AND_WILL_USE_DRM), 1)
|
ifeq ($(HAVE_AND_WILL_USE_DRM), 1)
|
||||||
OBJ += gfx/common/drm_common.o
|
OBJ += gfx/common/drm_common.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_DISPMANX), 1)
|
ifeq ($(HAVE_DISPMANX), 1)
|
||||||
OBJ += gfx/drivers/dispmanx_gfx.o
|
OBJ += gfx/drivers/dispmanx_gfx.o
|
||||||
HAVE_VIDEOCORE = 1
|
HAVE_VIDEOCORE = 1
|
||||||
LIBS += $(DISPMANX_LIBS)
|
LIBS += $(DISPMANX_LIBS)
|
||||||
DEFINES += $(DISPMANX_CFLAGS)
|
DEFINES += $(DISPMANX_CFLAGS)
|
||||||
endif
|
endif
|
||||||
|
@ -742,7 +742,7 @@ ifeq ($(HAVE_XSHM), 1)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_CG), 1)
|
ifeq ($(HAVE_CG), 1)
|
||||||
DEFINES += -DHAVE_CG
|
DEFINES += -DHAVE_CG
|
||||||
OBJ += gfx/drivers_shader/shader_gl_cg.o
|
OBJ += gfx/drivers_shader/shader_gl_cg.o
|
||||||
LIBS += $(CG_LIBS)
|
LIBS += $(CG_LIBS)
|
||||||
endif
|
endif
|
||||||
|
@ -758,8 +758,8 @@ ifeq ($(HAVE_D3D9), 1)
|
||||||
LIBS += -ld3d9 -ld3dx9 -ldxguid
|
LIBS += -ld3d9 -ld3dx9 -ldxguid
|
||||||
|
|
||||||
ifeq ($(HAVE_MENU_COMMON), 1)
|
ifeq ($(HAVE_MENU_COMMON), 1)
|
||||||
OBJ += menu/drivers_display/menu_display_d3d.o
|
OBJ += menu/drivers_display/menu_display_d3d.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_CG), 1)
|
ifeq ($(HAVE_CG), 1)
|
||||||
LIBS += -lcgD3D9
|
LIBS += -lcgD3D9
|
||||||
|
@ -800,22 +800,22 @@ endif
|
||||||
|
|
||||||
ifeq ($(HAVE_ZLIB), 1)
|
ifeq ($(HAVE_ZLIB), 1)
|
||||||
OBJ += libretro-common/file/file_archive.o \
|
OBJ += libretro-common/file/file_archive.o \
|
||||||
libretro-common/file/file_archive_zlib.o \
|
libretro-common/file/file_archive_zlib.o \
|
||||||
tasks/task_decompress.o
|
tasks/task_decompress.o
|
||||||
OBJ += $(ZLIB_OBJS)
|
OBJ += $(ZLIB_OBJS)
|
||||||
DEFINES += -DHAVE_ZLIB
|
DEFINES += -DHAVE_ZLIB
|
||||||
HAVE_RPNG = 1
|
HAVE_RPNG = 1
|
||||||
HAVE_COMPRESSION = 1
|
HAVE_COMPRESSION = 1
|
||||||
ifeq ($(WANT_ZLIB), 1)
|
ifeq ($(WANT_ZLIB), 1)
|
||||||
DEFINES += -DWANT_ZLIB
|
DEFINES += -DWANT_ZLIB
|
||||||
else
|
else
|
||||||
LIBS += -lz
|
LIBS += -lz
|
||||||
HAVE_ZLIB_DEFLATE = 1
|
HAVE_ZLIB_DEFLATE = 1
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef HAVE_RPNG
|
ifdef HAVE_RPNG
|
||||||
DEFINES += -DHAVE_RPNG
|
DEFINES += -DHAVE_RPNG
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_RPNG), 1)
|
ifeq ($(HAVE_RPNG), 1)
|
||||||
|
@ -868,9 +868,9 @@ endif
|
||||||
ifeq ($(HAVE_NETWORKING), 1)
|
ifeq ($(HAVE_NETWORKING), 1)
|
||||||
DEFINES += -DHAVE_NETWORKING
|
DEFINES += -DHAVE_NETWORKING
|
||||||
OBJ += libretro-common/net/net_compat.o \
|
OBJ += libretro-common/net/net_compat.o \
|
||||||
libretro-common/net/net_http.o \
|
libretro-common/net/net_http.o \
|
||||||
net_http_special.o \
|
net_http_special.o \
|
||||||
tasks/task_http.o
|
tasks/task_http.o
|
||||||
|
|
||||||
ifneq ($(findstring Win32,$(OS)),)
|
ifneq ($(findstring Win32,$(OS)),)
|
||||||
LIBS += -lws2_32
|
LIBS += -lws2_32
|
||||||
|
@ -920,7 +920,7 @@ ifeq ($(HAVE_FFMPEG), 1)
|
||||||
cores/libretro-ffmpeg/ffmpeg_core.o
|
cores/libretro-ffmpeg/ffmpeg_core.o
|
||||||
LIBS += $(AVCODEC_LIBS) $(AVFORMAT_LIBS) $(AVUTIL_LIBS) $(SWSCALE_LIBS) $(SWRESAMPLE_LIBS) $(FFMPEG_LIBS)
|
LIBS += $(AVCODEC_LIBS) $(AVFORMAT_LIBS) $(AVUTIL_LIBS) $(SWSCALE_LIBS) $(SWRESAMPLE_LIBS) $(FFMPEG_LIBS)
|
||||||
DEFINES += $(AVCODEC_CFLAGS) $(AVFORMAT_CFLAGS) $(AVUTIL_CFLAGS) $(SWSCALE_CFLAGS) $(SWRESAMPLE_CFLAGS)
|
DEFINES += $(AVCODEC_CFLAGS) $(AVFORMAT_CFLAGS) $(AVUTIL_CFLAGS) $(SWSCALE_CFLAGS) $(SWRESAMPLE_CFLAGS)
|
||||||
DEFINES += -DHAVE_FFMPEG -Iffmpeg
|
DEFINES += -DHAVE_FFMPEG -Iffmpeg
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_COMPRESSION), 1)
|
ifeq ($(HAVE_COMPRESSION), 1)
|
||||||
|
@ -928,8 +928,8 @@ ifeq ($(HAVE_COMPRESSION), 1)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_COCOA),1)
|
ifeq ($(HAVE_COCOA),1)
|
||||||
DEFINES += -DHAVE_MAIN
|
DEFINES += -DHAVE_MAIN
|
||||||
OBJ += input/drivers/cocoa_input.o \
|
OBJ += input/drivers/cocoa_input.o \
|
||||||
input/drivers_keyboard/keyboard_event_apple.o \
|
input/drivers_keyboard/keyboard_event_apple.o \
|
||||||
ui/drivers/ui_cocoa.o \
|
ui/drivers/ui_cocoa.o \
|
||||||
ui/drivers/cocoa/cocoa_common.o \
|
ui/drivers/cocoa/cocoa_common.o \
|
||||||
|
|
Loading…
Reference in New Issue