Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-03 14:39:11 +0300
committerAnton Khirnov <anton@khirnov.net>2011-04-19 20:28:38 +0400
commitc4efa7c22960588ff5163a1cfe026b48b8f6ec41 (patch)
tree051fa52b43b77b3a547cde50075f159caac20e19 /libavformat/version.h
parent61573bf1ba50dc8828d0e87d913389fbcff48509 (diff)
lavf: remove FF_API_UDP_GET_FILE cruft
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index 182bfb7814..50421495bb 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -47,9 +47,6 @@
#ifndef FF_API_URL_CLASS
#define FF_API_URL_CLASS (LIBAVFORMAT_VERSION_MAJOR >= 53)
#endif
-#ifndef FF_API_UDP_GET_FILE
-#define FF_API_UDP_GET_FILE (LIBAVFORMAT_VERSION_MAJOR < 53)
-#endif
#ifndef FF_API_URL_SPLIT
#define FF_API_URL_SPLIT (LIBAVFORMAT_VERSION_MAJOR < 53)
#endif