diff options
author | Joel A Fernandes <joelagnel@ti.com> | 2011-09-07 05:54:07 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-07 08:07:05 +0200 |
commit | ce464aff2f3f5d851e876ce831be78c191587b51 (patch) | |
tree | 443618ef24bf8c65559769419d8abd6f8f58f2d8 /meta-oe/recipes-multimedia/live555/files | |
parent | 6e0fb5ec91f5d397b519908e45664f8ce5c64190 (diff) | |
download | meta-openembedded-ce464aff2f3f5d851e876ce831be78c191587b51.tar.gz |
live555: Imported from OE classic
Dropped PR=r* and changed LICENSE to LGPLv3
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-multimedia/live555/files')
-rw-r--r-- | meta-oe/recipes-multimedia/live555/files/config.linux-cross | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/live555/files/config.linux-cross b/meta-oe/recipes-multimedia/live555/files/config.linux-cross new file mode 100644 index 000000000..d1277da8d --- /dev/null +++ b/meta-oe/recipes-multimedia/live555/files/config.linux-cross | |||
@@ -0,0 +1,17 @@ | |||
1 | COMPILE_OPTS = $(INCLUDES) -I. -O2 -DSOCKLEN_T=socklen_t -DNO_STRSTREAM=1 -D_LARGEFILE_SOURCE=1 | ||
2 | C = c | ||
3 | C_COMPILER = $(CC) | ||
4 | C_FLAGS = $(COMPILE_OPTS) | ||
5 | CPP = cpp | ||
6 | CPLUSPLUS_COMPILER = $(CXX) | ||
7 | CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -Wall -DBSD=1 | ||
8 | OBJ = o | ||
9 | LINK = $(CXX) -o | ||
10 | LINK_OPTS = -L. | ||
11 | CONSOLE_LINK_OPTS = $(LINK_OPTS) | ||
12 | LIBRARY_LINK = $(LD) -o | ||
13 | LIBRARY_LINK_OPTS = $(LINK_OPTS) -r -Bstatic | ||
14 | LIB_SUFFIX = a | ||
15 | LIBS_FOR_CONSOLE_APPLICATION = | ||
16 | LIBS_FOR_GUI_APPLICATION = | ||
17 | EXE = | ||