Skip to content

Commit

Permalink
Rename files to have more consistent naming scheme between all new FF…
Browse files Browse the repository at this point in the history
…mpeg files
  • Loading branch information
jyavenard committed Jun 2, 2012
1 parent 419fc84 commit 3369fcf
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mythtv/external/FFmpeg/README.sync
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ libavcodec/mpegaudiodec.c
libavcodec/mpegaudiodecheader.c libavcodec/mpegaudiodecheader.c
libavcodec/mpegvideo.c libavcodec/mpegvideo.c
libavcodec/mpegvideo.h libavcodec/mpegvideo.h
libavcodec/myth_utils.c libavcodec/utils-mythtv.c <- new file
libavcodec/pcm.c libavcodec/pcm.c
libavcodec/pgssubdec.c libavcodec/pgssubdec.c
libavformat/Makefile libavformat/Makefile
Expand All @@ -41,7 +41,7 @@ libavformat/mpegts-mythtv.h <- new file
libavformat/mpegts.c libavformat/mpegts.c
libavformat/mpegts.h libavformat/mpegts.h
libavformat/nuv.c <- could be ignored, whitespace only libavformat/nuv.c <- could be ignored, whitespace only
libavformat/utils-myth.c <- new file libavformat/utils-mythtv.c <- new file
libavformat/utils.c libavformat/utils.c
libavresample/libavresample.v libavresample/libavresample.v
libavutil/bswap.h libavutil/bswap.h
Expand Down
2 changes: 1 addition & 1 deletion mythtv/external/FFmpeg/libavcodec/Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ OBJS = allcodecs.o \
resample2.o \ resample2.o \
simple_idct.o \ simple_idct.o \
utils.o \ utils.o \
myth_utils.o \ utils-mythtv.o \


# parts needed for many different codecs # parts needed for many different codecs
OBJS-$(CONFIG_AANDCT) += aandcttab.o OBJS-$(CONFIG_AANDCT) += aandcttab.o
Expand Down
2 changes: 1 addition & 1 deletion mythtv/external/FFmpeg/libavformat/Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ OBJS = allformats.o \
sdp.o \ sdp.o \
seek.o \ seek.o \
utils.o \ utils.o \
utils-myth.o \ utils-mythtv.o \


OBJS-$(CONFIG_NETWORK) += network.o OBJS-$(CONFIG_NETWORK) += network.o


Expand Down

0 comments on commit 3369fcf

Please sign in to comment.