Ticket #725: patch.compile
| File patch.compile, 420 bytes (added by , 20 years ago) |
|---|
| Line | |
|---|---|
| 1 | --- mplayer/stream/stream_dvd.c.ORIG 2006-12-31 02:32:51.000000000 +0100 |
| 2 | +++ mplayer/stream/stream_dvd.c 2006-12-31 02:26:32.000000000 +0100 |
| 3 | @@ -12,6 +12,8 @@ |
| 4 | #include "mp_msg.h" |
| 5 | #include "help_mp.h" |
| 6 | |
| 7 | +#include "stream.h" |
| 8 | + |
| 9 | #ifdef __FreeBSD__ |
| 10 | #include <sys/cdrio.h> |
| 11 | #endif |
| 12 | @@ -29,7 +31,6 @@ |
| 13 | #define FIRST_MPG_AID 0 |
| 14 | #define FIRST_PCM_AID 160 |
| 15 | |
| 16 | -#include "stream.h" |
| 17 | #include "m_option.h" |
| 18 | #include "m_struct.h" |
| 19 |
