diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2013-06-15 12:03:27 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-06-16 15:01:39 +0200 |
commit | df9f22d42b0905385629a9d368bb5a1eef2b45ef (patch) | |
tree | 410ac205161b47e275eccbde7cffe1fb9f22d360 /libavformat/url-test.c | |
parent | 12db891dcd57b305d6e3c1e22ea8204dc26edda1 (diff) | |
download | ffmpeg-df9f22d42b0905385629a9d368bb5a1eef2b45ef.tar.gz |
avf: move url utility functions in a separate file
Diffstat (limited to 'libavformat/url-test.c')
-rw-r--r-- | libavformat/url-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/url-test.c b/libavformat/url-test.c index 6639ccf7b8..503b36e572 100644 --- a/libavformat/url-test.c +++ b/libavformat/url-test.c @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "internal.h" +#include "url.h" static void test(const char *base, const char *rel) { |