search for: 0a77f0c

Displaying 2 results from an estimated 2 matches for "0a77f0c".

Did you mean: 0a77f045
2013 Mar 10
0
[PATCH 1/2] Handle AC_SEARCH_LIBS special result value
...Opus playback library (not installed) Version: @VERSION@ Requires: ogg >= 1.3 opus >= 1.0.1 @openssl@ Conflicts: -Libs: ${libdir}/libopusfile.la @ac_cv_search_lrintf@ +Libs: ${libdir}/libopusfile.la at lrintf_lib@ Cflags: -I${includedir} diff --git a/opusfile.pc.in b/opusfile.pc.in index 0a77f0c..c96d6a8 100644 --- a/opusfile.pc.in +++ b/opusfile.pc.in @@ -11,5 +11,5 @@ Version: @VERSION@ Requires: ogg >= 1.3 opus >= 1.0.1 @openssl@ Conflicts: Libs: -L${libdir} -lopusfile -Libs.private: @ac_cv_search_lrintf@ +Libs.private:@lrintf_lib@ Cflags: -I${includedir}/opus -- 1.7.10.4 -...
2013 Mar 10
0
[PATCH 1/4] Handle AC_SEARCH_LIBS special result value
...n: Opus playback library (not installed) Version: @VERSION@ Requires: ogg >= 1.3 opus >= 1.0.1 @openssl@ Conflicts: -Libs: ${libdir}/libopusfile.la @ac_cv_search_lrintf@ +Libs: ${libdir}/libopusfile.la @lrintf_lib@ Cflags: -I${includedir} diff --git a/opusfile.pc.in b/opusfile.pc.in index 0a77f0c..4a2895e 100644 --- a/opusfile.pc.in +++ b/opusfile.pc.in @@ -11,5 +11,5 @@ Version: @VERSION@ Requires: ogg >= 1.3 opus >= 1.0.1 @openssl@ Conflicts: Libs: -L${libdir} -lopusfile -Libs.private: @ac_cv_search_lrintf@ +Libs.private: @lrintf_lib@ Cflags: -I${includedir}/opus -- 1.7.10.4...