1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/mpegplayer
Solomon Peachy 8c86fb6da0 arm: Use -masm-syntax-unified when compiling with gcc8 or newer
Annoyingly, this makes all of the '.S' files we compile get treated as
divided syntax, so we need to make the syntax in them explicit.

Change-Id: I56a3916b7b24c84a1214a5d6bc4ed4d651f002cf
2024-05-08 21:45:42 -04:00
..
libmpeg2 arm: Use -masm-syntax-unified when compiling with gcc8 or newer 2024-05-08 21:45:42 -04:00
alloc.c
audio_thread.c
disk_buf.c
disk_buf.h
mpeg_alloc.h
mpeg_misc.c
mpeg_misc.h Fix unified syntax in ARM inline assembly 2023-03-23 18:16:33 +00:00
mpeg_parser.c
mpeg_settings.c Settings: Rename INT/BOOL setting type enum to RB_INT/RB_BOOL 2023-09-22 10:00:46 -04:00
mpeg_settings.h
mpeg_stream.h
mpegplayer.c plugins HAVE_BACKLIGHT helper remove ifdefs in favor of dummy functions 2022-11-23 23:00:29 -05:00
mpegplayer.h
mpegplayer.make
parser.h
pcm_output.c
pcm_output.h
SOURCES
stream_mgr.c
stream_mgr.h
stream_thread.h
video_out.h
video_out_rockbox.c
video_thread.c