1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-22 14:52:43 +00:00
mpv/common
Dudemanguy 0bed2a2263 build: remove outdated generated directory
This only existed as essentially a workaround for meson's behavior and
to maintain compatibility with the waf build. Since waf put everything
in a generated subdirectory, we had to put make a subdirectory called
"generated" in the source for meson so stuff could go to the right
place. Well now we don't need to do that anymore. Move the meson.build
files around so they go in the appropriate place in the subdirectory of
the source tree and change the paths of the headers accordingly. A
couple of important things to note.

1. mpv.com now gets made in build/player/mpv.com (necessary because of
   a meson limitation)
2. The macos icon generation path is shortened to
   TOOLS/osxbundle/icon.icns.inc.
2023-07-31 19:00:06 +00:00
..
av_common.c common/av_common: clean up mp_lavc_set_extradata 2023-03-14 23:59:47 +02:00
av_common.h common/av_common: clean up mp_lavc_set_extradata 2023-03-14 23:59:47 +02:00
av_log.c common/av_log: move general FFmpeg version before library versions 2022-11-15 21:41:22 +02:00
av_log.h
codecs.c
codecs.h
common.c
common.h player: add video-sync=display-tempo 2023-01-09 15:17:09 +00:00
encode_lavc.c encode_lavc: fix leak of codecpar 2023-07-26 11:26:36 +02:00
encode_lavc.h encode_lavc: replace deprecated av_init_packet() 2022-01-10 22:56:52 +01:00
encode.h options: transition options from OPT_FLAG to OPT_BOOL 2023-02-21 17:15:17 +00:00
global.h path: simplify "cache" and "state" fallback 2023-05-21 20:11:24 +02:00
msg_control.h
msg.c msg: print MSGL_WARN and higher error messages to stderr 2023-07-24 22:48:30 +02:00
msg.h
playlist.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
playlist.h
recorder.c ffmpeg: update to handle deprecation of av_init_packet 2022-12-03 14:44:18 -08:00
recorder.h
stats.c
stats.h
tags.c
tags.h
version.c build: remove outdated generated directory 2023-07-31 19:00:06 +00:00