Skip to content

Instantly share code, notes, and snippets.

@cofi89
Created March 2, 2017 00:33
Show Gist options
  • Save cofi89/f6058d9d0cd2813303bf96d8b01c4772 to your computer and use it in GitHub Desktop.
Save cofi89/f6058d9d0cd2813303bf96d8b01c4772 to your computer and use it in GitHub Desktop.
PM JXR configure.in.diff
dnl ========================================================
dnl = Enable JPEG-XR (JXR) decoder support
dnl ========================================================
-MOZ_JXR=1
-
MOZ_ARG_ENABLE_BOOL(jxr,
[ --disable-jxr Disable support for JPEG-XR (JXR) image format],
+ MOZ_JXR=1,
MOZ_JXR=)
if test -n "$MOZ_JXR"; then
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment