summaryrefslogtreecommitdiff
path: root/libavformat/mmsh.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-07 08:08:55 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-10 07:46:57 +0200
commit493356cc0bd8386a247ed79e4ea381e8fbdbd057 (patch)
tree4b127a3b15360eda1f5bddea9652091e247479f2 /libavformat/mmsh.c
parent8e2f48ff788bd388edeea8b3961f93dbb6748c4b (diff)
avformat/asf: Move ASF GUIDs to a new file
They are also needed by the MMSH and MMST protocols and therefore the file they are in is pulled in when these protocols are enabled and used. By moving them to a separate file, linking statically to libavformat while only using AVIO no longer pulls in all the muxers/demuxers (and also no longer any AVCodecs when linking statically to libavcodec). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/mmsh.c')
-rw-r--r--libavformat/mmsh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/mmsh.c b/libavformat/mmsh.c
index 495d7fb73b..672f4b3788 100644
--- a/libavformat/mmsh.c
+++ b/libavformat/mmsh.c
@@ -31,7 +31,6 @@
#include "libavutil/opt.h"
#include "internal.h"
#include "mms.h"
-#include "asf.h"
#include "http.h"
#include "url.h"