mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 09:40:51 +01:00
Update makefile for latest FFmpeg libs
This commit is contained in:
parent
66a3e7ed88
commit
6d7d6dcd54
@ -17,17 +17,17 @@ libg719_decode.a: libg719_decode.def
|
||||
libat3plusdecoder.a: at3plusdecoder.def
|
||||
$(DLLTOOL) -d at3plusdecoder.def -l libat3plusdecoder.a
|
||||
|
||||
libavcodec.a: avcodec-vgmstream-57.dll avcodec-vgmstream-57.def
|
||||
$(DLLTOOL) -D avcodec-vgmstream-57.dll -d avcodec-vgmstream-57.def -l libavcodec.a
|
||||
libavcodec.a: avcodec-vgmstream-58.dll avcodec-vgmstream-58.def
|
||||
$(DLLTOOL) -D avcodec-vgmstream-58.dll -d avcodec-vgmstream-58.def -l libavcodec.a
|
||||
|
||||
libavformat.a: avformat-vgmstream-57.dll avformat-vgmstream-57.def
|
||||
$(DLLTOOL) -D avformat-vgmstream-57.dll -d avformat-vgmstream-57.def -l libavformat.a
|
||||
libavformat.a: avformat-vgmstream-58.dll avformat-vgmstream-58.def
|
||||
$(DLLTOOL) -D avformat-vgmstream-58.dll -d avformat-vgmstream-58.def -l libavformat.a
|
||||
|
||||
libavutil.a: avutil-vgmstream-55.dll avutil-vgmstream-55.def
|
||||
$(DLLTOOL) -D avutil-vgmstream-55.dll -d avutil-vgmstream-55.def -l libavutil.a
|
||||
libavutil.a: avutil-vgmstream-56.dll avutil-vgmstream-56.def
|
||||
$(DLLTOOL) -D avutil-vgmstream-56.dll -d avutil-vgmstream-56.def -l libavutil.a
|
||||
|
||||
libswresample.a: swresample-vgmstream-2.dll swresample-vgmstream-2.def
|
||||
$(DLLTOOL) -D swresample-vgmstream-2.dll -d swresample-vgmstream-2.def -l libswresample.a
|
||||
libswresample.a: swresample-vgmstream-3.dll swresample-vgmstream-3.def
|
||||
$(DLLTOOL) -D swresample-vgmstream-3.dll -d swresample-vgmstream-3.def -l libswresample.a
|
||||
|
||||
clean:
|
||||
rm -f libvorbis.a libmpg123-0.a libg7221_decode.a libg719_decode.a libat3plusdecoder.a libavcodec.a libavformat.a libavutil.a libswresample.a
|
||||
|
Loading…
Reference in New Issue
Block a user