diff options
Diffstat (limited to 'graphics/libdv/files/patch-playdv:oss.c')
-rw-r--r-- | graphics/libdv/files/patch-playdv:oss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libdv/files/patch-playdv:oss.c b/graphics/libdv/files/patch-playdv:oss.c index 583be30e8f7b..c95592086a08 100644 --- a/graphics/libdv/files/patch-playdv:oss.c +++ b/graphics/libdv/files/patch-playdv:oss.c @@ -17,6 +17,6 @@ +# endif +#endif + - static const gchar *default_device = "/dev/audio"; + static const char *default_device = "/dev/dsp"; dv_oss_t * |