diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-03-13 10:00:19 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-03-13 10:14:21 +0100 |
commit | 55f9b828cd70637542201e87d495551d1bac4380 (patch) | |
tree | 0d5212539e7ff315c0d4b18441375fb542555e98 /old-configure.in | |
parent | a41f7dc4c1fcb8635849ad1f62a00a782cefad55 (diff) | |
download | aura-central-55f9b828cd70637542201e87d495551d1bac4380.tar.gz |
Remove Rust MP4 parser
Part 1 for %58
Diffstat (limited to 'old-configure.in')
-rw-r--r-- | old-configure.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/old-configure.in b/old-configure.in index 70ebf0c19..4c52747b6 100644 --- a/old-configure.in +++ b/old-configure.in @@ -2427,9 +2427,6 @@ fi # Propagate feature switches for code written in rust from confvars.sh if test -n "$MOZ_RUST"; then - if test -n "$MOZ_RUST_MP4PARSE"; then - AC_DEFINE(MOZ_RUST_MP4PARSE) - fi if test -n "$MOZ_RUST_URLPARSE"; then AC_DEFINE(MOZ_RUST_URLPARSE) fi |