| Summary: | rtppayloads broken when g729 is enabled | ||
|---|---|---|---|
| Product: | Farstream | Reporter: | Sebastian Dröge (slomo) <slomo> |
| Component: | GStreamer Elements | Assignee: | Philippe Khalaf <philippe.kalaf> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | highest | ||
| Version: | unspecified | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
|
Description
Sebastian Dröge (slomo)
2007-05-16 03:12:16 UTC
Fixed in darcs head, will be available in next release (0.12.2). diff -rN -u -p old-gst-plugins-farsight-misc-fixes/configure.ac new-gst-plugins-farsight-misc-fixes/configure.ac --- old-gst-plugins-farsight-misc-fixes/configure.ac 2007-05-04 23:05:26.322807166 +0100 +++ new-gst-plugins-farsight-misc-fixes/configure.ac 2007-05-04 23:05:26.452816748 +0100 @@ -336,7 +336,9 @@ AC_ARG_ENABLE([g729], AC_MSG_RESULT(Checking for --enable-g729... $g729) AM_CONDITIONAL(ENABLE_G729, test "x$g729" != "xno") -AC_DEFINE(ENABLE_G729, , [Compile the G729 payloader and depayloader]) +if test "x$g729" != "xno"; then + AC_DEFINE(ENABLE_G729, , [Compile the G729 payloader and depayloader]) +fi AC_OUTPUT(Makefile \ ext/Makefile \ |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.