summaryrefslogtreecommitdiff
path: root/libavformat/webmdashenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/webmdashenc.c')
-rw-r--r--libavformat/webmdashenc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/webmdashenc.c b/libavformat/webmdashenc.c
index 401cfe52d5..465485c90c 100644
--- a/libavformat/webmdashenc.c
+++ b/libavformat/webmdashenc.c
@@ -559,7 +559,6 @@ static const AVOption options[] = {
{ NULL },
};
-#if CONFIG_WEBM_DASH_MANIFEST_MUXER
static const AVClass webm_dash_class = {
.class_name = "WebM DASH Manifest muxer",
.item_name = av_default_item_name,
@@ -577,4 +576,3 @@ AVOutputFormat ff_webm_dash_manifest_muxer = {
.write_packet = webm_dash_manifest_write_packet,
.priv_class = &webm_dash_class,
};
-#endif