summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-20 23:38:27 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-20 23:38:27 +0000
commit70c66c04764421ca277c341657c556cb0f00ec9b (patch)
tree69bf77427ae7fe9c31a51842b78e65d2a41b3177 /stream
parenta06a3d476d268f9e17769916ebabf684af95e5e4 (diff)
downloadmpv-70c66c04764421ca277c341657c556cb0f00ec9b.tar.bz2
mpv-70c66c04764421ca277c341657c556cb0f00ec9b.tar.xz
Rename get_path.[ch] --> path.[ch].
These files now contain different functions related to path handling. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30943 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_dvb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_dvb.c b/stream/stream_dvb.c
index 4a7efe2724..c380e83895 100644
--- a/stream/stream_dvb.c
+++ b/stream/stream_dvb.c
@@ -44,7 +44,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "help_mp.h"
#include "m_option.h"
#include "m_struct.h"
-#include "get_path.h"
+#include "path.h"
#include "libavutil/avstring.h"
#include "dvbin.h"