Skip to content
Snippets Groups Projects
Commit df7e00a4 authored by Eloi Bail's avatar Eloi Bail Committed by Gerrit Code Review
Browse files

daemon: fix libav contrib options order

Refs #69370

Change-Id: I8ed18af7baa4869f0c4c5f55cbb975c75dc3327e
parent 60f294a9
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,12 @@ LIBAV_GITURL := git://git.libav.org/libav.git ...@@ -4,7 +4,12 @@ LIBAV_GITURL := git://git.libav.org/libav.git
PKGS += libav PKGS += libav
#disable everything
#ensure to add this option first
LIBAVCONF = \ LIBAVCONF = \
--disable-everything
LIBAVCONF += \
--cc="$(CC)" \ --cc="$(CC)" \
--pkg-config="$(PKG_CONFIG)" \ --pkg-config="$(PKG_CONFIG)" \
--enable-zlib \ --enable-zlib \
...@@ -12,9 +17,6 @@ LIBAVCONF = \ ...@@ -12,9 +17,6 @@ LIBAVCONF = \
--enable-swscale \ --enable-swscale \
--enable-protocols --enable-protocols
#disable everything
LIBAVCONF += \
--disable-everything
#enable muxers/demuxers #enable muxers/demuxers
LIBAVCONF += \ LIBAVCONF += \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment