diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-05-20 19:18:42 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-05-20 19:18:42 +0000 |
commit | e0d3e4e8bfa22e82d655eee7e544f50fae433fd9 (patch) | |
tree | f17ce34815bee555361165aae3e4516d326a33ee /graphics/libdv/files/patch-playdv:oss.c | |
parent | . Update to 1.2p1 (diff) |
Update to 0.9.5
Notes
Notes:
svn path=/head/; revision=59557
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 * |