• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/mplayer/0004-configure-zlib.patch
Bernd KuhlsBernd Kuhls committed 04658d5003328 May 2016
Raw file
Source viewDiff to previous
 
1
configure: Fix compilation when zlib is missing.
2
​
3
Downloaded from upstream commit:
4
​
5
$ LC_ALL=C svn log -r 37816
6
------------------------------------------------------------------------
7
r37816 | reimar | 2016-02-28 14:39:42 +0100 (Sun, 28 Feb 2016) | 3 lines
8
​
9
configure: Fix compilation when zlib is missing.
10
​
11
APNG and a few other decoders also cannot be enabled without it.
12
------------------------------------------------------------------------
13
​
14
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
15
​
16
Index: configure
17
===================================================================
18
--- a/configure (revision 37795)
19
+++ b/configure (revision 37816)
20
@@ -6464,8 +6464,8 @@
21
   mplayer_encoders="$mplayer_encoders PNG_ENCODER"
22
 else
23
   def_zlib='#define CONFIG_ZLIB 0'
24
-  libavdecoders=$(filter_out_component decoder 'FLASHSV FLASHSV2 PNG ZMBV ZLIB DXA EXR G2M TSCC ZEROCODEC')
25
-  libavencoders=$(filter_out_component encoder 'FLASHSV FLASHSV2 PNG ZMBV ZLIB')
26
+  libavdecoders=$(filter_out_component decoder 'APNG FLASHSV FLASHSV2 PNG ZMBV ZLIB DXA EXR G2M RSCC SCREENPRESSO TDSC TSCC ZEROCODEC')
27
+  libavencoders=$(filter_out_component encoder 'APNG FLASHSV FLASHSV2 PNG ZMBV ZLIB')
28
 fi
29
 echores "$_zlib"
30
 
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.