Skip to content

Commit

Permalink
switch to ffmpeg2 for static builds
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@5194 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jan 15, 2014
1 parent 2ecf68e commit 3c85cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
%define vpx_build_args --without-vpx
%else
%if 0%{?static_ffmpeg}
%define ffmpeg_build_args --with-dec_avcodec --with-avcodec_static --with-csc_swscale --with-swscale_static
%define ffmpeg_build_args --without-dec_avcodec --with-dec_avcodec2 --with-avcodec2_static --with-csc_swscale --with-swscale_static
%endif
%if 0%{?static_vpx}
%define vpx_build_args --with-vpx --with-vpx_static
Expand Down

0 comments on commit 3c85cf0

Please sign in to comment.