diff options
author | Mauro Giachero <mauro dot giachero at gmail dot com> | 2010-05-11 22:54:05 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:54:05 +0200 |
commit | 462de9b508542d5069211314532b588eb28be0d4 (patch) | |
tree | 9cfa20c733324acbc60bc9ce8108e438eba1ae91 /libraries/libflashsupport/change-features.patch | |
parent | fa9af533cb57d578eb60335c7cb95df7b2d4c466 (diff) |
libraries/libflashsupport: Added to 12.1 repository
Diffstat (limited to 'libraries/libflashsupport/change-features.patch')
-rw-r--r-- | libraries/libflashsupport/change-features.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libraries/libflashsupport/change-features.patch b/libraries/libflashsupport/change-features.patch new file mode 100644 index 0000000000000..b99b0f132c4f6 --- /dev/null +++ b/libraries/libflashsupport/change-features.patch @@ -0,0 +1,17 @@ +diff -urp libflashsupport-ORIGINALE/flashsupport.c libflashsupport-MODIFICATO/flashsupport.c +--- libflashsupport-ORIGINALE/flashsupport.c 2008-07-02 11:43:50.000000000 +0200 ++++ libflashsupport-MODIFICATO/flashsupport.c 2008-07-02 11:46:33.000000000 +0200 +@@ -50,10 +50,10 @@ + // + + #define OPENSSL +-//#define GNUTLS ++#define GNUTLS + //#define ALSA +-//#define OSS +-#define V4L1 ++#define OSS ++//#define V4L1 + #define PULSEAUDIO + + //////////////////////////////////////////////////////////////////////////////////////////////////// |