Browse Source

- rename ffmpeg.mk => system-ffmpeg.mk

master
vanhofen 6 years ago
parent
commit
7551904c20
  1. 2
      Makefile
  2. 0
      make/system-ffmpeg-armbox.mk
  3. 0
      make/system-ffmpeg-coolstream.mk

2
Makefile

@ -128,7 +128,6 @@ include make/bootstrap.mk
include make/clean.mk
include make/crosstool.mk
include make/development-tools.mk
include make/ffmpeg-$(BOXTYPE).mk
include make/helpers.mk
include make/image-updates.mk
include make/images.mk
@ -139,6 +138,7 @@ include make/neutrino-plugins.mk
include make/prerequisites.mk
include make/rootfs.mk
include make/static-libs.mk
include make/system-ffmpeg-$(BOXTYPE).mk
include make/system-gstreamer-unused.mk
include make/system-libs-extra.mk
include make/system-libs.mk

0
make/ffmpeg-armbox.mk → make/system-ffmpeg-armbox.mk

0
make/ffmpeg-coolstream.mk → make/system-ffmpeg-coolstream.mk

Loading…
Cancel
Save