Skip to content
Snippets Groups Projects
Unverified Commit 19034ec6 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

packaging: bundle ffmpeg to deb packages and fedora packages

Change-Id: I5ac52f9e47a02cbfa23b4d90563af0133e15977a
parent 553fef15
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,8 @@ override_dh_auto_configure:
--disable-natpmp \
--enable-gnutls && \
make list && \
make -j$(NO_CPUS) V=1
make -j$(NO_CPUS) V=1 && \
make -j$(NO_CPUS) .ffmpeg V=1
cd daemon && \
./autogen.sh && \
./configure \
......
......@@ -105,7 +105,8 @@ cd %{_builddir}/ring-project/daemon/contrib/native && \
--disable-natpmp && \
make list && \
make fetch && \
make -j4 V=1
make -j4 V=1 && \
make -j4 V=1 .ffmpeg
cd %{_builddir}/ring-project/daemon && \
./autogen.sh && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment