Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 272050 | Differences between
and this patch

Collapse All | Expand All

(-)client/configure.in (-1 lines)
Lines 2-8 Link Here
2
dnl Process this file with autoconf to produce a configure script.
2
dnl Process this file with autoconf to produce a configure script.
3
3
4
AC_INIT
4
AC_INIT
5
AC_CONFIG_SUBDIRS(ffmpeg)
6
AC_CONFIG_SRCDIR([electricsheep.c])
5
AC_CONFIG_SRCDIR([electricsheep.c])
7
AC_CONFIG_HEADERS([config.h])
6
AC_CONFIG_HEADERS([config.h])
8
AM_INIT_AUTOMAKE(electricsheep,"2.7b11")
7
AM_INIT_AUTOMAKE(electricsheep,"2.7b11")
(-)client/Makefile.am (-8 / +4 lines)
Lines 1-15 Link Here
1
AUTOMAKE_OPTIONS = foreign no-dependencies
1
AUTOMAKE_OPTIONS = foreign no-dependencies
2
2
3
ffmpeg = ./ffmpeg
3
AM_CFLAGS = -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\"
4
4
5
SUBDIRS = ffmpeg
6
7
AM_CFLAGS = -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" -I$(ffmpeg)
8
9
electricsheep_LDADD = \
5
electricsheep_LDADD = \
10
	$(ffmpeg)/libavformat/libavformat.a \
6
	-lavformat \
11
	$(ffmpeg)/libavcodec/libavcodec.a \
7
	-lavcodec \
12
	$(ffmpeg)/libavutil/libavutil.a \
8
	-lavutil \
13
	-lm -lz
9
	-lm -lz
14
10
15
bin_PROGRAMS = electricsheep electricsheep-preferences
11
bin_PROGRAMS = electricsheep electricsheep-preferences

Return to bug 272050