|
@@ -1,7 +1,7 @@
|
|
|
-From 6d1b289a6a34b16479cb66d81022a6ec46b51fc8 Mon Sep 17 00:00:00 2001
|
|
|
+From d3283887be250cf8592aa749c94fd9f5a8dac086 Mon Sep 17 00:00:00 2001
|
|
|
From: Thomas Guillem <thomas@gllm.fr>
|
|
|
Date: Tue, 11 Apr 2017 15:15:26 +0200
|
|
|
-Subject: [PATCH 16/19] build: rename exported symbols by module
|
|
|
+Subject: [PATCH 16/18] build: rename exported symbols by module
|
|
|
|
|
|
This is quite ugly and temporary. Ideally we should rename symbols in binaries like the Android script do.
|
|
|
---
|
|
@@ -88,7 +88,7 @@ index 5105dd1efd..7c97fc842a 100644
|
|
|
#define MUX_TEXT N_("Avformat mux")
|
|
|
#define MUX_LONGTEXT N_("Force use of a specific avformat muxer.")
|
|
|
diff --git a/modules/demux/avformat/demux.c b/modules/demux/avformat/demux.c
|
|
|
-index c46ecb5d23..88144a038f 100644
|
|
|
+index 783220df78..b712fa16a1 100644
|
|
|
--- a/modules/demux/avformat/demux.c
|
|
|
+++ b/modules/demux/avformat/demux.c
|
|
|
@@ -143,7 +143,7 @@ static void get_rotation(es_format_t *fmt, AVStream *s)
|