]> git.ipfire.org Git - ipfire.org.git/blobdiff - Makefile.am
index: Align H.265 filename with the other formats
[ipfire.org.git] / Makefile.am
index a8eb7e53d9eded11527b939cb5150f1b3aa6091c..30dc63a1d19e328977abfdab500171e7833b6724 100644 (file)
@@ -1037,7 +1037,7 @@ CLEANFILES += \
 static_videos_DATA = \
        src/static/videos/firewall.jpg \
        src/static/videos/firewall@1920.av1.mp4 \
-       src/static/videos/firewall@1920.hevc.mp4 \
+       src/static/videos/firewall@1920.h265.mp4 \
        src/static/videos/firewall@1920.h264.mp4
 
 static_videosdir = $(staticdir)/videos
@@ -1179,8 +1179,8 @@ src/static/videos/firewall@%.av1.mp4: src/static/videos/firewall.mp4
                -vf scale=$(patsubst src/static/videos/firewall@%.av1.mp4,%,$@):-2,fps=25 \
                $@
 
-# HEVC
-src/static/videos/firewall@%.hevc.mp4: src/static/videos/firewall.mp4
+# H.256
+src/static/videos/firewall@%.h256.mp4: src/static/videos/firewall.mp4
        $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
        $(FFMPEG) -y \
                -i $^ \
@@ -1192,7 +1192,7 @@ src/static/videos/firewall@%.hevc.mp4: src/static/videos/firewall.mp4
                -pix_fmt yuv420p \
                -movflags +faststart \
                -tag:v hvc1 \
-               -vf scale=$(patsubst src/static/videos/firewall@%.hevc.mp4,%,$@):-2,fps=25 \
+               -vf scale=$(patsubst src/static/videos/firewall@%.h256.mp4,%,$@):-2,fps=25 \
                $@
 
 # H.264