summarylogtreecommitdiffstats
path: root/0001-Use-shared-version-of-libjpeg-turbo.patch
diff options
context:
space:
mode:
authorMateusz Gozdek2020-05-30 22:37:22 +0200
committerMateusz Gozdek2020-05-30 22:37:22 +0200
commit87aa2a0fb245db2c8da6dbb19ced34689a16309c (patch)
treed92d91db241639f0570d5e313281541fd4e128d3 /0001-Use-shared-version-of-libjpeg-turbo.patch
parentbfcd34bbb1e7d8e175a79d7fd01b342e2321b791 (diff)
downloadaur-87aa2a0fb245db2c8da6dbb19ced34689a16309c.tar.gz
Use make flags instead of patching the Makefile
To use shared version of libjpeg-turbo. Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
Diffstat (limited to '0001-Use-shared-version-of-libjpeg-turbo.patch')
-rw-r--r--0001-Use-shared-version-of-libjpeg-turbo.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/0001-Use-shared-version-of-libjpeg-turbo.patch b/0001-Use-shared-version-of-libjpeg-turbo.patch
deleted file mode 100644
index 97d892d99932..000000000000
--- a/0001-Use-shared-version-of-libjpeg-turbo.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 7796485f7fd696f9e6b78b77eee65fc142be16f0 Mon Sep 17 00:00:00 2001
-From: Mateusz Gozdek <mgozdekof@gmail.com>
-Date: Thu, 28 May 2020 09:32:03 +0200
-Subject: [PATCH] Use shared version of libjpeg-turbo
-
-Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
----
- linux/Makefile | 6 +-----
- 1 file changed, 1 insertion(+), 5 deletions(-)
-
-diff --git linux/Makefile linux/Makefile
-index 0072361..9ccf019 100644
---- linux/Makefile
-+++ linux/Makefile
-@@ -6,15 +6,11 @@
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- # Use at your own risk. See README file for more details.
-
--JPEG_DIR ?= /opt/libjpeg-turbo
--JPEG_INCLUDE ?= $(JPEG_DIR)/include
--JPEG_LIB ?= $(JPEG_DIR)/lib`getconf LONG_BIT`
--
- CC = -no-pie
- GTK = `pkg-config --libs --cflags gtk+-2.0` `pkg-config --libs x11`
- LIBAV = `pkg-config --libs --cflags libswscale libavutil`
- LIBS = -lspeex -lasound -lpthread -lm
--JPEG = -I$(JPEG_INCLUDE) $(JPEG_LIB)/libturbojpeg.a
-+JPEG = `pkg-config --libs --cflags libturbojpeg`
- SRC = src/connection.c src/settings.c src/decoder*.c src/av.c src/adb.c
- NO_WARN = -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast
-
---
-2.26.2
-