diff options
Diffstat (limited to 'libao2/Makefile')
-rw-r--r-- | libao2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libao2/Makefile b/libao2/Makefile index 1d3272a5ee..d6cf45ccee 100644 --- a/libao2/Makefile +++ b/libao2/Makefile @@ -3,9 +3,9 @@ include ../config.mak LIBNAME_MPLAYER = libao2.a SRCS_MPLAYER = audio_out.c \ - ao_mpegpes.c \ - ao_null.c \ - ao_pcm.c \ - $(AO_SRCS) \ + ao_mpegpes.c \ + ao_null.c \ + ao_pcm.c \ + $(AO_SRCS) \ include ../mpcommon.mak |