mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 11:35:54 +02:00
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
This commit is contained in:
@@ -4252,7 +4252,8 @@ CONFIG_USBIP_HOST=m
|
||||
# CONFIG_RTL8192U is not set
|
||||
# CONFIG_RTLLIB is not set
|
||||
# CONFIG_R8712U is not set
|
||||
# CONFIG_RTS5139 is not set
|
||||
CONFIG_RTS5139=m
|
||||
# CONFIG_RTS5139_DEBUG is not set
|
||||
# CONFIG_TRANZPORT is not set
|
||||
# CONFIG_IDE_PHISON is not set
|
||||
# CONFIG_LINE6_USB is not set
|
||||
|
||||
@@ -4564,7 +4564,8 @@ CONFIG_USBIP_HOST=m
|
||||
# CONFIG_RTL8192U is not set
|
||||
# CONFIG_RTLLIB is not set
|
||||
# CONFIG_R8712U is not set
|
||||
# CONFIG_RTS5139 is not set
|
||||
CONFIG_RTS5139=m
|
||||
# CONFIG_RTS5139_DEBUG is not set
|
||||
# CONFIG_TRANZPORT is not set
|
||||
# CONFIG_IDE_PHISON is not set
|
||||
# CONFIG_LINE6_USB is not set
|
||||
|
||||
@@ -3456,7 +3456,8 @@ CONFIG_ECHO=m
|
||||
# CONFIG_PANEL is not set
|
||||
# CONFIG_RTLLIB is not set
|
||||
# CONFIG_R8712U is not set
|
||||
# CONFIG_RTS5139 is not set
|
||||
CONFIG_RTS5139=m
|
||||
# CONFIG_RTS5139_DEBUG is not set
|
||||
# CONFIG_TRANZPORT is not set
|
||||
# CONFIG_LINE6_USB is not set
|
||||
# CONFIG_USB_SERIAL_QUATECH2 is not set
|
||||
|
||||
@@ -4678,7 +4678,8 @@ CONFIG_ECHO=m
|
||||
# CONFIG_RTL8192U is not set
|
||||
# CONFIG_RTLLIB is not set
|
||||
# CONFIG_R8712U is not set
|
||||
# CONFIG_RTS5139 is not set
|
||||
CONFIG_RTS5139=m
|
||||
# CONFIG_RTS5139_DEBUG is not set
|
||||
# CONFIG_TRANZPORT is not set
|
||||
# CONFIG_IDE_PHISON is not set
|
||||
# CONFIG_LINE6_USB is not set
|
||||
|
||||
@@ -4718,7 +4718,8 @@ CONFIG_ECHO=m
|
||||
# CONFIG_RTL8192U is not set
|
||||
# CONFIG_RTLLIB is not set
|
||||
# CONFIG_R8712U is not set
|
||||
# CONFIG_RTS5139 is not set
|
||||
CONFIG_RTS5139=m
|
||||
# CONFIG_RTS5139_DEBUG is not set
|
||||
# CONFIG_TRANZPORT is not set
|
||||
# CONFIG_IDE_PHISON is not set
|
||||
# CONFIG_LINE6_USB is not set
|
||||
|
||||
@@ -31,12 +31,12 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = ffmpeg
|
||||
PAK_VER = 4
|
||||
PAK_VER = 5
|
||||
|
||||
DEPS = "ffmpeg-libs sdl lame libvorbis xvid"
|
||||
|
||||
# Don't use PIC for libavcodec
|
||||
CFLAGS += -fno-PIC -fno-strict-aliasing
|
||||
CFLAGS += -fno-PIC -fno-strict-aliasing -Wa,--noexecstack
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
|
||||
@@ -27,7 +27,7 @@ include Config
|
||||
VER = 2008-04-13
|
||||
THISAPP = ffmpeg-export-$(VER)
|
||||
PROG = ffmpeg-libs
|
||||
PAK_VER = 4
|
||||
PAK_VER = 5
|
||||
|
||||
DEPS = ""
|
||||
|
||||
|
||||
@@ -32,10 +32,12 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = libmad
|
||||
PAK_VER = 1
|
||||
PAK_VER = 2
|
||||
|
||||
DEPS = ""
|
||||
|
||||
CFLAGS += -Wa,--noexecstack
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user