| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The host versions shouldn't be visible in Kconfig, so remove the
reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets
with host-.
At the same time add pkgconfig for the target (E.G. for development) and
let BR2_PACKAGE_PKGCONFIG control that package.
Notice: all defconfigs in the tree have been updated, but make sure to
disable the pkgconfig package (unless you want it) if you use an external
config, otherwise you'll end up with pkgconfig and glib2 in the target.
|
|
|
|
| |
Closes #191.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This was forgotten when adding config options for zlib and bzip2. The
matroska plugin doesn't need these dependencies, they are optional.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
|
|
|
|
| |
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
|
|
|
|
| |
Patch by Sven Neumann. Closes #99.
|
| |
|
|
|
|
|
|
|
| |
As reported by Dirk Vermaak and Daniel Mack. Fixes runtime issues with
alsa-lib, see
http://mailman.alsa-project.org/pipermail/alsa-devel/2009-February/014999.html
for details.
|
| |
|
| |
|
|
|
|
|
|
| |
Patch by Sven Neumann (from #99).
Removed optimization patch, cleaned up configure args and fixed download URL.
|
| |
|
|
|
|
| |
Library dependencies should be selected, and not use depends on.
|
|
|
|
|
| |
Patch by Sven Neumann <s.neumann@phase-zero.de>
Closes #107
|
|
|
|
| |
As discussed on the list.
|
| |
|
|
|
|
| |
Fixed by toolchain patch.
|
| |
|
| |
|
| |
|
|
|
|
| |
Tell it where to find the python headers.
|
|
|
|
|
|
| |
As discussed on the list. I suspect the ARM abi thing isn't needed anymore
now we use the correct abi in the first place, but I'll leave it in until
after the release.
|
|
|
|
| |
break, feedback to AVR32 compiler team will be sent
|
|
|
|
|
| |
Thanks to Will Wagner <will_wagner@carallon.com> for reporting and working
with upstream to get it fixed. Patch from alsa-lib.git.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This seems to be required to compile some of the inline asm.
This solves the following compiler errors:
h264.c: In function 'decode_cabac_residual':
h264.c:6158: warning: passing argument 4 of 'decode_significance_8x8_x86' discards qualifiers from pointer target type
cabac.h: In function 'get_cabac_noinline':
cabac.h:513: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
cabac.h:513: error: 'asm' operand has impossible constraints
While searching several weeks ago, I hit the following URL, which
unfortunately currently doesn't seem to work anymore and I can't
remember what the bug was about.
Also see http://bugs.uclibc.org/view.php?id=4604
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
|
|
|
|
|
|
|
|
|
|
|
| |
This include file is only available, if uClibc is compiled with
UCLIBC_SUSV3_LEGACY defined and ftime() is not needed in this part of
mplayer at all.
This solves the following compiler error:
win32.c:67:23: error: sys/timeb.h: No such file or directory
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
|
|
|
|
|
| |
Asterisk seems to have moved to a auto* build system, so the .mk has to be
more or less completely rewritten.
|
| |
|
| |
|
| |
|
|
|
|
| |
violation, bug reported to gcc bugzilla
|
|
|
|
|
|
|
| |
Update ordering and configure options.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
package/multimedia/gst-plugins-good/gst-plugins-good.mk
Always disable ESD
Move JPEG/PNG
Add BZIP2/ZLIB options as posted by Markus
Add LIBXML2 dependency for annodex
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
|
|
|
|
|
|
|
|
|
| |
Use select instead of depends on as it makes clear what people
need rather than hiding options based on choices they dont
know they need to make.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
|
|
|
|
|
|
|
|
|
|
|
| |
package/multimedia/gst-plugins-good/Config.in
gst-plugins-good does not build unless some package dependencies are forced.
This patch allows you to turn off some of the plugins with these dependencies and hides
others that require some packages (like PNG/JPEG)
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
libmad used the long deprecated -fforce-mem gcc flag, which no longer is
recognized in gcc-4.3.x. It has long been a noop, so simply remove it.
|
|
|
|
|
|
|
|
|
| |
This adds a patch to fix compilation against alsa-lib 1.0.18. It is basically a
grab of the change from mplayer repository. It also refreshes the other patches
so they apply clean.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
|
| |
|
| |
|
|
|
|
| |
selected
|
| |
|
| |
|
|
|
|
|
|
|
| |
Fix stupid typo.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
|