diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-16 11:34:29 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-16 11:34:29 +0000 |
commit | b1af0e64b14e040af743e0f029aacff42615a1a4 (patch) | |
tree | 485e1b6ee3a4f11d9b690a0f9d6a3d25d5070ec3 /package/libvorbis/Config.in | |
parent | 15c2bc40adcc13da6259aa3a53c00c49e765af81 (diff) | |
download | buildroot-novena-b1af0e64b14e040af743e0f029aacff42615a1a4.tar.gz buildroot-novena-b1af0e64b14e040af743e0f029aacff42615a1a4.zip |
libvorbis: remove BR2_PACKAGE_LIBVORBIS_HEADERS
We don't need per-package header install options now that we have
BR2_HAVE_DEVFILES (they are in fact useless as the files will get
overwritten/deleted anyway).
Diffstat (limited to 'package/libvorbis/Config.in')
-rw-r--r-- | package/libvorbis/Config.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/package/libvorbis/Config.in b/package/libvorbis/Config.in index 4d5907448..e9d8fc7e6 100644 --- a/package/libvorbis/Config.in +++ b/package/libvorbis/Config.in @@ -15,14 +15,6 @@ config BR2_PACKAGE_LIBVORBIS performance than MPEG-1/2 audio layer 3, MPEG-4 audio (TwinVQ), WMA and PAC. - -config BR2_PACKAGE_LIBVORBIS_HEADERS - bool "libvorbis target headers" - default n - depends on BR2_PACKAGE_LIBVORBIS - help - Add target headers for the Vorbis open source audio decoder - config BR2_PACKAGE_LIBVORBIS_TREMOR bool "libvorbis integer implementation" default y if BR2_arm || BR2_avr32 |