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

packaging: bundle ffmpeg to deb packages and fedora packages

Change-Id: I311cab0134ae98481ec0f93ad6737ba4d3d6a28a
parent d51e6b20
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,8 @@ override_dh_auto_configure: ...@@ -52,7 +52,8 @@ override_dh_auto_configure:
--disable-natpmp \ --disable-natpmp \
--enable-gnutls && \ --enable-gnutls && \
make list && \ make list && \
make -j$(NO_CPUS) V=1 make -j$(NO_CPUS) V=1 && \
make -j$(NO_CPUS) .ffmpeg V=1
cd daemon && \ cd daemon && \
./autogen.sh && \ ./autogen.sh && \
./configure \ ./configure \
......
...@@ -105,7 +105,8 @@ cd %{_builddir}/ring-project/daemon/contrib/native && \ ...@@ -105,7 +105,8 @@ cd %{_builddir}/ring-project/daemon/contrib/native && \
--disable-natpmp && \ --disable-natpmp && \
make list && \ make list && \
make fetch && \ make fetch && \
make -j4 V=1 make -j4 V=1 && \
make -j4 V=1 .ffmpeg
cd %{_builddir}/ring-project/daemon && \ cd %{_builddir}/ring-project/daemon && \
./autogen.sh && \ ./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