Skip to content

Commit

Permalink
[fmp4] Disable fmp4
Browse files Browse the repository at this point in the history
  • Loading branch information
rojkov committed May 13, 2015
1 parent 8e4b9d0 commit a30b4e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions embedding/embedlite/config/mozconfig.merqtxulrunner
Expand Up @@ -39,6 +39,7 @@ ac_add_options --enable-gstreamer
ac_add_options --disable-dbus
ac_add_options --disable-necko-wifi
ac_add_options --disable-elf-hack
ac_add_options --disable-fmp4

ac_add_options --disable-accessibility
ac_add_options --without-x
4 changes: 4 additions & 0 deletions layout/build/nsLayoutStatics.cpp
Expand Up @@ -100,8 +100,10 @@
#endif

#ifdef MOZ_FFMPEG
#ifdef MOZ_FMP4
#include "FFmpegRuntimeLinker.h"
#endif
#endif

#include "CubebUtils.h"
#include "Latency.h"
Expand Down Expand Up @@ -378,7 +380,9 @@ nsLayoutStatics::Shutdown()
#endif

#ifdef MOZ_FFMPEG
#ifdef MOZ_FMP4
FFmpegRuntimeLinker::Unlink();
#endif
#endif

CubebUtils::ShutdownLibrary();
Expand Down

0 comments on commit a30b4e1

Please sign in to comment.