]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
fix ffmpeg for CST
authorMarkham <markham001@gmx.de>
Wed, 6 Oct 2021 13:36:39 +0000 (15:36 +0200)
committerMarkham <markham001@gmx.de>
Wed, 6 Oct 2021 13:36:39 +0000 (15:36 +0200)
make/ffmpeg.mk

index e58ad5cf1aa08237ff6768dfc0c23f675cd8520b..084828f09c5e70d67215fa954c81cebe8a7cf3ba 100644 (file)
@@ -444,7 +444,7 @@ FFMPEG_CONFIGURE += \
        --enable-vfp \
        \
        --cpu=cortex-a15
-endif
+
 ifeq ($(FFMPEG_VER), 3.3)
 FFMPEG_CONFIGURE +=
 else
@@ -452,6 +452,7 @@ FFMPEG_CONFIGURE += \
        --disable-x86asm \
        --enable-libxml2
 endif
+endif
 
 FFMPEG_CONF_OPTS = \
        --cross-prefix=$(TARGET)- \