mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-12-01 15:31:24 +00:00
examples: rename "-example" suffix from examples files
The suffix is redundant since the containing directory itself is called "examples". Simplify.
This commit is contained in:
parent
145293b335
commit
79f3384ce1
@ -3,7 +3,7 @@ FFMPEG_LIBS=libavdevice libavformat libavfilter libavcodec libswscale libavutil
|
||||
CFLAGS+=$(shell pkg-config --cflags $(FFMPEG_LIBS))
|
||||
LDFLAGS+=$(shell pkg-config --libs $(FFMPEG_LIBS))
|
||||
|
||||
EXAMPLES=encoding-example muxing-example
|
||||
EXAMPLES=encoding muxing
|
||||
|
||||
OBJS=$(addsuffix .o,$(EXAMPLES))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user