~blankon/blankon/chromium-codecs-ffmpeg.head

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Fabien Tassin
  • Date: 2010-04-18 15:55:00 UTC
  • Revision ID: fta@ubuntu.com-20100418155500-w1dn8aqnhhbrgs35
* Oops, really sets enable_sse2=0
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
MAKE_ARGS := BUILDTYPE=Release
20
20
# MAKE_ARGS += CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)"
21
21
 
 
22
# Disable SSE2
 
23
GYP_DEFINES = enable_sse2=0
 
24
 
22
25
ifeq (armel,$(DEB_BUILD_ARCH))
23
26
GYP_DEFINES += \
24
27
        target_arch=arm \