Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
48e4e021
Commit
48e4e021
authored
Oct 02, 2012
by
jehan
Browse files
remove rpm build options
parent
c3d6a095
Changes
1
Hide whitespace changes
Inline
Side-by-side
mediastreamer2.spec.in
View file @
48e4e021
...
...
@@ -38,14 +38,6 @@ upon the ortp library.
This package contains header files and development libraries needed to
develop programs using the mediastreamer2 library.
%ifarch %ix86
%define mediastreamer2_arch_cflags -malign-double -march=i686 -mtune=%{mediastreamer2_cpu}
%else
# Must be non-empty
%define mediastreamer2_arch_cflags -Wall
%endif
%define mediastreamer2_cflags %mediastreamer2_arch_cflags -Wall -g -pipe -pthread -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -fstrict-aliasing
%define video %{?_without_video:0}%{!?_without_video:1}
%prep
...
...
@@ -59,7 +51,7 @@ options="$options --disable-video"
%configure $options
make -j$RPM_BUILD_NCPUS
CFLAGS="%mediastreamer2_cflags" CXXFLAGS="%mediastreamer2_cflags"
make -j$RPM_BUILD_NCPUS
%install
rm -rf $RPM_BUILD_ROOT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment