summaryrefslogtreecommitdiff
path: root/multimedia/transcode/patches/patch-ak
blob: a6eb4f54924940720b19a44ca5a5e5adfa012abc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ak,v 1.1.1.1 2004/05/10 13:47:08 wiz Exp $

diff -rcp src/filter.c src/filter.c
*** src/filter.c	Mon May 12 05:03:00 2003
--- src/filter.c	Mon Jun  9 17:45:39 2003
*************** int filter_unquote_options(char *options
*** 127,133 ****
  }
  
  int load_plugin(char *path) {
! #if defined(__FreeBSD__) || defined (__APPLE__)
    const
  #endif    
    char *error;
--- 127,133 ----
  }
  
  int load_plugin(char *path) {
! #if defined(__FreeBSD__) || defined (__APPLE__) || defined(__NetBSD__)
    const
  #endif    
    char *error;