-
Ralph Giles authored
We added DEPS_CFLAGS to the general build, but opusurl has an additional dependency on openssl. If the headers were outside the normal search path, configure could succeed but then the build would fail on http.c. We need to add URL_DEPS_CFLAGS to that specific target.
Ralph Giles authoredWe added DEPS_CFLAGS to the general build, but opusurl has an additional dependency on openssl. If the headers were outside the normal search path, configure could succeed but then the build would fail on http.c. We need to add URL_DEPS_CFLAGS to that specific target.