Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 939018 - Build media/libnestegg, libogg, libsoundtouch, and libth…
Browse files Browse the repository at this point in the history
…eora in unified mode. r=ehsan
  • Loading branch information
cpeterso committed Nov 12, 2013
1 parent ed0f12c commit dc191d7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion media/libnestegg/src/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

MODULE = 'nestegg'

SOURCES += [
UNIFIED_SOURCES += [
'halloc.c',
'nestegg.c',
]
Expand Down
2 changes: 1 addition & 1 deletion media/libogg/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ EXPORTS.ogg += [

LIBRARY_NAME = 'ogg'

SOURCES += [
UNIFIED_SOURCES += [
'src/ogg_bitwise.c',
'src/ogg_framing.c',
]
Expand Down
2 changes: 1 addition & 1 deletion media/libogg/src/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

MODULE = 'ogg'

SOURCES += [
UNIFIED_SOURCES += [
'ogg_bitwise.c',
'ogg_framing.c',
]
Expand Down
6 changes: 3 additions & 3 deletions media/libsoundtouch/src/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EXPORTS.soundtouch += [
'STTypes.h',
]

SOURCES += [
UNIFIED_SOURCES += [
'AAFilter.cpp',
'cpu_detect_x86.cpp',
'FIFOSampleBuffer.cpp',
Expand All @@ -25,11 +25,11 @@ SOURCES += [

if CONFIG['INTEL_ARCHITECTURE']:
if CONFIG['MOZ_SAMPLE_TYPE_FLOAT32']:
SOURCES += [
UNIFIED_SOURCES += [
'sse_optimized.cpp',
]
else:
SOURCES += [
UNIFIED_SOURCES += [
'mmx_optimized.cpp',
]

Expand Down
2 changes: 1 addition & 1 deletion media/libtheora/lib/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MODULE = 'theora'

LIBRARY_NAME = 'theora'

SOURCES += [
UNIFIED_SOURCES += [
'apiwrapper.c',
'bitpack.c',
'decapiwrapper.c',
Expand Down

0 comments on commit dc191d7

Please sign in to comment.